Home
last modified time | relevance | path

Searched refs:getAArch64TargetCPU (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.h28 std::string getAArch64TargetCPU(const llvm::opt::ArgList &Args,
H A DAArch64.cpp32 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 DCommonArgs.cpp582 return aarch64::getAArch64TargetCPU(Args, T, A); in getCPUName()