clang API Documentation

Functions
clang::driver::tools::arm Namespace Reference

Functions

StringRef getARMTargetCPU (const llvm::opt::ArgList &Args, const llvm::Triple &Triple)
const char * getARMCPUForMArch (const llvm::opt::ArgList &Args, const llvm::Triple &Triple)
const char * getLLVMArchSuffixForARM (StringRef CPU)
StringRef getARMFloatABI (const Driver &D, const llvm::opt::ArgList &Args, const llvm::Triple &Triple)

Function Documentation

const char* clang::driver::tools::arm::getARMCPUForMArch ( const llvm::opt::ArgList &  Args,
const llvm::Triple &  Triple 
)
StringRef clang::driver::tools::arm::getARMFloatABI ( const Driver &  D,
const llvm::opt::ArgList &  Args,
const llvm::Triple &  Triple 
)
StringRef clang::driver::tools::arm::getARMTargetCPU ( const llvm::opt::ArgList &  Args,
const llvm::Triple &  Triple 
)
const char * clang::driver::tools::arm::getLLVMArchSuffixForARM ( StringRef  CPU)

getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular CPU.

Definition at line 5382 of file Tools.cpp.

Referenced by clang::driver::ToolChain::ComputeLLVMTriple().