Searched refs:getAArch64TargetCPU (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
| H A D | AArch64.h | 27 std::string getAArch64TargetCPU(const llvm::opt::ArgList &Args,
|
| H A D | AArch64.cpp | 31 std::string aarch64::getAArch64TargetCPU(const ArgList &Args, in getAArch64TargetCPU() function in aarch64 199 D, getAArch64TargetCPU(Args, Triple, A), Args, Features); in getAArch64TargetFeatures() 210 D, getAArch64TargetCPU(Args, Triple, A), Args, Features); in getAArch64TargetFeatures()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.cpp | 360 return aarch64::getAArch64TargetCPU(Args, T, A); in getCPUName()
|