Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChain.cpp474 ? tools::arm::getARMCPUForMArch(MArch, Triple).str() in ComputeLLVMTriple()
DTools.h276 StringRef getARMCPUForMArch(StringRef Arch, const llvm::Triple &Triple);
DTools.cpp7154 StringRef arm::getARMCPUForMArch(StringRef Arch, const llvm::Triple &Triple) { in getARMCPUForMArch() function in arm
7180 return getARMCPUForMArch(Arch, Triple); in getARMTargetCPU()