Searched refs:getAArch64TargetCPU (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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 251 D, getAArch64TargetCPU(Args, Triple, A), Args, Features); in getAArch64TargetFeatures() 265 D, getAArch64TargetCPU(Args, Triple, A), Args, Features); in getAArch64TargetFeatures()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.cpp | 363 return aarch64::getAArch64TargetCPU(Args, T, A); in getCPUName()
|