Searched refs:getARMCPUForMArch (Results 1 – 2 of 2) sorted by relevance
29 StringRef getARMCPUForMArch(llvm::StringRef Arch, const llvm::Triple &Triple);
234 ? tools::arm::getARMCPUForMArch(MArch, Triple).str() in setArchNameInTriple()1020 StringRef arm::getARMCPUForMArch(StringRef Arch, const llvm::Triple &Triple) { in getARMCPUForMArch() function in arm1046 return std::string(getARMCPUForMArch(Arch, Triple)); in getARMTargetCPU()