Lines Matching defs:Arch
446 // Otherwise, if we have -march= choose the base CPU for that arch.
449 // Otherwise, use the Arch from the triple.
476 /// getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular
577 // FIXME: Factor out an ARM class so we can cache the arch somewhere.
736 "Unexpected arch name.");
2363 // If using a driver driver, force the arch.
2364 const std::string &Arch = getToolChain().getArchName();
2366 CmdArgs.push_back("-arch");
2369 if (Arch == "powerpc")
2371 else if (Arch == "powerpc64")
2374 CmdArgs.push_back(Args.MakeArgString(Arch));
2378 // the arch.
2382 if (Arch == "i386" || Arch == "powerpc")
2384 else if (Arch == "x86_64" || Arch == "powerpc64")
3165 CmdArgs.push_back("-arch");