Searched refs:getARMTargetCPU (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp187 /// getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting.
190 static const char *getARMTargetCPU(const ArgList &Args, function
315 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
H A DTools.cpp476 /// getARMTargetCPU - Get the (LLVM) name of the ARM cpu we are targeting.
479 static std::string getARMTargetCPU(const ArgList &Args, function
731 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
759 getLLVMArchSuffixForARM(getARMTargetCPU(Args, Triple));
821 std::string CPUName = getARMTargetCPU(Args, Triple);
1346 return getARMTargetCPU(Args, T);
6038 std::string MArch(getARMTargetCPU(Args, getToolChain().getTriple()));

Completed in 61 milliseconds