Searched defs:getAArch64TargetCPU (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Driver/
H A DTools.cpp844 /// getAArch64TargetCPU - Get the (LLVM) name of the AArch64 cpu we are
846 static std::string getAArch64TargetCPU(const ArgList &Args) { function
894 CmdArgs.push_back(Args.MakeArgString(getAArch64TargetCPU(Args)));
1351 return getAArch64TargetCPU(Args);

Completed in 272 milliseconds