Searched defs:getLLVMArchSuffixForARM (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp624 arm::getLLVMArchSuffixForARM(arm::getARMTargetCPU(Args, Triple));
667 arm::getLLVMArchSuffixForARM(arm::getARMTargetCPU(Args, Triple));
5055 MArch = std::string("arm") + arm::getLLVMArchSuffixForARM(CPU);
5161 /// getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular
5166 const char *arm::getLLVMArchSuffixForARM(StringRef CPU) { function in class:arm

Completed in 549 milliseconds