clang 22.0.0git
|
Classes | |
class | Linker |
Functions | |
void | getAMDGPUTargetFeatures (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args, std::vector< StringRef > &Features) |
void | addFullLTOPartitionOption (const Driver &D, const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) |
void clang::driver::tools::amdgpu::addFullLTOPartitionOption | ( | const Driver & | D, |
const llvm::opt::ArgList & | Args, | ||
llvm::opt::ArgStringList & | CmdArgs ) |
void clang::driver::tools::amdgpu::getAMDGPUTargetFeatures | ( | const Driver & | D, |
const llvm::Triple & | Triple, | ||
const llvm::opt::ArgList & | Args, | ||
std::vector< StringRef > & | Features ) |
Definition at line 664 of file AMDGPU.cpp.
References Feature, clang::getAllPossibleTargetIDFeatures(), clang::driver::tools::handleTargetFeaturesGroup(), and clang::parseTargetID().
Referenced by clang::driver::tools::amdgpu::Linker::ConstructJob().