clang 19.0.0git
Functions
clang::driver::tools::loongarch Namespace Reference

Functions

void getLoongArchTargetFeatures (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args, std::vector< llvm::StringRef > &Features)
 
StringRef getLoongArchABI (const Driver &D, const llvm::opt::ArgList &Args, const llvm::Triple &Triple)
 
std::string postProcessTargetCPUString (const std::string &CPU, const llvm::Triple &Triple)
 
std::string getLoongArchTargetCPU (const llvm::opt::ArgList &Args, const llvm::Triple &Triple)
 

Function Documentation

◆ getLoongArchABI()

StringRef clang::driver::tools::loongarch::getLoongArchABI ( const Driver D,
const llvm::opt::ArgList &  Args,
const llvm::Triple &  Triple 
)

◆ getLoongArchTargetCPU()

std::string clang::driver::tools::loongarch::getLoongArchTargetCPU ( const llvm::opt::ArgList &  Args,
const llvm::Triple &  Triple 
)

Definition at line 224 of file LoongArch.cpp.

References postProcessTargetCPUString().

◆ getLoongArchTargetFeatures()

void clang::driver::tools::loongarch::getLoongArchTargetFeatures ( const Driver D,
const llvm::Triple &  Triple,
const llvm::opt::ArgList &  Args,
std::vector< llvm::StringRef > &  Features 
)

◆ postProcessTargetCPUString()

std::string clang::driver::tools::loongarch::postProcessTargetCPUString ( const std::string &  CPU,
const llvm::Triple &  Triple 
)

Definition at line 211 of file LoongArch.cpp.

Referenced by getLoongArchTargetCPU().