clang 19.0.0git
Typedefs | Functions
AIX.cpp File Reference
#include "AIX.h"
#include "Arch/PPC.h"
#include "CommonArgs.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Options.h"
#include "clang/Driver/SanitizerArgs.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Option/ArgList.h"
#include "llvm/ProfileData/InstrProf.h"
#include "llvm/Support/Path.h"
#include <set>

Go to the source code of this file.

Typedefs

using AIX = clang::driver::toolchains::AIX
 

Functions

static bool hasExportListLinkerOpts (const ArgStringList &CmdArgs)
 
static void addTocDataOptions (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CC1Args, const Driver &D)
 

Typedef Documentation

◆ AIX

Definition at line 22 of file AIX.cpp.

Function Documentation

◆ addTocDataOptions()

static void addTocDataOptions ( const llvm::opt::ArgList &  Args,
llvm::opt::ArgStringList &  CC1Args,
const Driver D 
)
static

◆ hasExportListLinkerOpts()

static bool hasExportListLinkerOpts ( const ArgStringList &  CmdArgs)
static

Definition at line 89 of file AIX.cpp.

Referenced by clang::driver::tools::aix::Linker::ConstructJob().