Searched refs:ExtraOpts (Results 1 – 3 of 3) sorted by relevance
2428 ExtraOpts.push_back("-z"); in Linux()2429 ExtraOpts.push_back("relro"); in Linux()2433 ExtraOpts.push_back("-X"); in Linux()2439 ExtraOpts.push_back("--sysroot=" + SysRoot); in Linux()2449 ExtraOpts.push_back("--hash-style=gnu"); in Linux()2453 ExtraOpts.push_back("--hash-style=both"); in Linux()2457 ExtraOpts.push_back("--no-add-needed"); in Linux()2463 ExtraOpts.push_back("--build-id"); in Linux()2466 ExtraOpts.push_back("--enable-new-dtags"); in Linux()
595 std::vector<std::string> ExtraOpts; variable
4397 for (std::vector<std::string>::const_iterator i = ToolChain.ExtraOpts.begin(), in ConstructJob()4398 e = ToolChain.ExtraOpts.end(); in ConstructJob()6462 for (std::vector<std::string>::const_iterator i = ToolChain.ExtraOpts.begin(), in ConstructJob()6463 e = ToolChain.ExtraOpts.end(); in ConstructJob()