Home | History | Annotate | Download | only in Driver

Lines Matching refs:Std

195   std::string ProfileRT =
196 std::string(TC.getDriver().Dir) + "/../lib/libprofile_rt.a";
960 std::string CPU = llvm::sys::getHostCPUName();
1015 std::vector<const char*> Features;
1096 std::string SmallDataThreshold="-small-data-threshold=";
1327 std::string TripleStr = getToolChain().ComputeEffectiveClangTriple(Args);
1924 // Handle -{std, ansi, trigraphs} -- take the last of -{std, ansi}
1925 // (-ansi is equivalent to -std=c89).
1927 // If a std is supplied, only add -trigraphs if it follows the
1929 if (Arg *Std = Args.getLastArg(options::OPT_std_EQ, options::OPT_ansi)) {
1930 if (Std->getOption().matches(options::OPT_ansi))
1932 CmdArgs.push_back("-std=c++98");
1934 CmdArgs.push_back("-std=c89");
1936 Std->render(Args, CmdArgs);
1940 if (A != Std)
1943 // Honor -std-default.
1945 // FIXME: Clang doesn't correctly handle -std= when the input language
1951 "-std=", /*Joined=*/true);
1991 std::string CompDir = pwd;
2767 std::string TripleStr =
2874 const std::string &Arch = getToolChain().getArchName();
2950 const std::string customGCCName = D.getCCCGenericGCCName();
3015 std::string MarchString = "-march=";
3185 return Args.MakeArgString(std::string(Str, End));
3194 std::string Res;
3197 std::string Str(OutputOpt->getValue(Args));
3427 // Honor -std-default.
3429 "-std=", /*Joined=*/true);
3508 // Honor -std-default.
3510 "-std=", /*Joined=*/true);
3761 std::string OutputFile(Output.getFilename());
3763 if (loc != std::string::npos)
4360 std::string GCCLibPath = "/usr/gcc/4.5/lib/gcc/";
4362 std::string LibPath = "/usr/lib/";
4649 std::string Triple = getToolChain().getTripleString();
5169 for (std::vector<std::string>::const_iterator i = ToolChain.ExtraOpts.begin(),
5273 std::string Plugin = ToolChain.getDriver().Dir + "/../lib/LLVMgold.so";
5571 CmdArgs.push_back(Args.MakeArgString(std::string("-out:") +