Home | History | Annotate | Download | only in Driver

Lines Matching refs:getARMTargetCPU

648         arm::getLLVMArchSuffixForARM(arm::getARMTargetCPU(Args, Triple));
691 arm::getLLVMArchSuffixForARM(arm::getARMTargetCPU(Args, Triple));
769 std::string CPUName = arm::getARMTargetCPU(Args, Triple);
1521 return arm::getARMTargetCPU(Args, T);
5603 /// getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting.
5604 StringRef arm::getARMTargetCPU(const ArgList &Args,
7134 std::string MArch(arm::getARMTargetCPU(Args, getToolChain().getTriple()));