Searched refs:getAArch64TargetCPU (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ |
H A D | AArch64.h | 28 std::string getAArch64TargetCPU(const llvm::opt::ArgList &Args,
|
H A D | AArch64.cpp | 33 std::string aarch64::getAArch64TargetCPU(const ArgList &Args, in getAArch64TargetCPU() function in aarch64 258 D, getAArch64TargetCPU(Args, Triple, A), Args, Features); in getAArch64TargetFeatures() 272 D, getAArch64TargetCPU(Args, Triple, A), Args, Features); in getAArch64TargetFeatures()
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 374 return aarch64::getAArch64TargetCPU(Args, T, A); in getCPUName()
|