Home
last modified time | relevance | path

Searched refs:getARMCPUForMArch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.h29 StringRef getARMCPUForMArch(llvm::StringRef Arch, const llvm::Triple &Triple);
H A DARM.cpp234 ? tools::arm::getARMCPUForMArch(MArch, Triple).str() in setArchNameInTriple()
1020 StringRef arm::getARMCPUForMArch(StringRef Arch, const llvm::Triple &Triple) { in getARMCPUForMArch() function in arm
1046 return std::string(getARMCPUForMArch(Arch, Triple)); in getARMTargetCPU()