|
SmallString< 128 > | clang::driver::tools::getCompilerRT (const ToolChain &TC, StringRef Component, bool Shared=false) |
|
std::string | clang::driver::tools::arm::getARMTargetCPU (StringRef CPU, StringRef Arch, const llvm::Triple &Triple) |
| getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting. More...
|
|
const std::string | clang::driver::tools::arm::getARMArch (StringRef Arch, const llvm::Triple &Triple) |
|
const char * | clang::driver::tools::arm::getARMCPUForMArch (StringRef Arch, const llvm::Triple &Triple) |
| Get the (LLVM) name of the minimum ARM CPU for the arch we are targeting. More...
|
|
const char * | clang::driver::tools::arm::getLLVMArchSuffixForARM (StringRef CPU, StringRef Arch) |
|
void | clang::driver::tools::arm::appendEBLinkFlags (const llvm::opt::ArgList &Args, ArgStringList &CmdArgs, const llvm::Triple &Triple) |
|
NanEncoding | clang::driver::tools::mips::getSupportedNanEncoding (StringRef &CPU) |
|
void | clang::driver::tools::mips::getMipsCPUAndABI (const llvm::opt::ArgList &Args, const llvm::Triple &Triple, StringRef &CPUName, StringRef &ABIName) |
|
bool | clang::driver::tools::mips::hasMipsAbiArg (const llvm::opt::ArgList &Args, const char *Value) |
|
bool | clang::driver::tools::mips::isUCLibc (const llvm::opt::ArgList &Args) |
|
bool | clang::driver::tools::mips::isNaN2008 (const llvm::opt::ArgList &Args, const llvm::Triple &Triple) |
|
bool | clang::driver::tools::mips::isFPXXDefault (const llvm::Triple &Triple, StringRef CPUName, StringRef ABIName, StringRef FloatABI) |
|
bool | clang::driver::tools::mips::shouldUseFPXX (const llvm::opt::ArgList &Args, const llvm::Triple &Triple, StringRef CPUName, StringRef ABIName, StringRef FloatABI) |
|
bool | clang::driver::tools::ppc::hasPPCAbiArg (const llvm::opt::ArgList &Args, const char *Value) |
|
llvm::Triple::ArchType | clang::driver::tools::darwin::getArchTypeForMachOArchName (StringRef Str) |
|
void | clang::driver::tools::darwin::setTripleTypeForMachOArchName (llvm::Triple &T, StringRef Str) |
|
VersionTuple | clang::driver::tools::visualstudio::getMSVCVersion (const Driver *D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args, bool IsWindowsMSVC) |
|
StringRef | clang::driver::tools::arm::getARMFloatABI (const Driver &D, const llvm::opt::ArgList &Args, const llvm::Triple &Triple) |
|