Lines Matching defs:Arch
391 // Otherwise, if we have -march= choose the base CPU for that arch.
394 // Otherwise, use the Arch from the triple.
439 /// getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular
556 // FIXME: Factor out an ARM class so we can cache the arch somewhere.
2255 // If using a driver driver, force the arch.
2256 const std::string &Arch = getToolChain().getArchName();
2258 CmdArgs.push_back("-arch");
2261 if (Arch
2263 else if (Arch == "powerpc64")
2266 CmdArgs.push_back(Args.MakeArgString(Arch));
2270 // the arch.
2274 if (Arch == "i386" || Arch == "powerpc")
2276 else if (Arch == "x86_64" || Arch == "powerpc64")
2911 CmdArgs.push_back("-arch");