Searched defs:getARMTargetCPU (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));
746 std::string CPUName = arm::getARMTargetCPU(Args, Triple);
1357 return arm::getARMTargetCPU(Args, T);
5144 /// getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting.
5145 StringRef arm::getARMTargetCPU(const ArgList &Args, function in class:arm
6602 std::string MArch(arm::getARMTargetCPU(Args, getToolChain().getTriple()));

Completed in 79 milliseconds