clang 18.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"

Go to the source code of this file.

Typedefs

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

Functions

static bool hasExportListLinkerOpts (const ArgStringList &CmdArgs)
 

Typedef Documentation

◆ AIX

Definition at line 20 of file AIX.cpp.

Function Documentation

◆ hasExportListLinkerOpts()

static bool hasExportListLinkerOpts ( const ArgStringList &  CmdArgs)
static

Definition at line 87 of file AIX.cpp.

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