Searched refs:getAArch64TargetCPU (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | AArch64.h | 28 std::string getAArch64TargetCPU(const llvm::opt::ArgList &Args,
|
H A D | AArch64.cpp | 32 std::string aarch64::getAArch64TargetCPU(const ArgList &Args, in getAArch64TargetCPU() function in aarch64 217 D, getAArch64TargetCPU(Args, Triple, A), Args, Extensions); in getAArch64TargetFeatures() 230 D, getAArch64TargetCPU(Args, Triple, A), Args, Features); in getAArch64TargetFeatures()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 582 return aarch64::getAArch64TargetCPU(Args, T, A); in getCPUName()
|