Searched refs:ExtraOpts (Results 1 – 3 of 3) sorted by relevance
3653 ExtraOpts.push_back("-z"); in Linux()3654 ExtraOpts.push_back("relro"); in Linux()3658 ExtraOpts.push_back("-X"); in Linux()3664 ExtraOpts.push_back("--sysroot=" + SysRoot); in Linux()3674 ExtraOpts.push_back("--hash-style=gnu"); in Linux()3678 ExtraOpts.push_back("--hash-style=both"); in Linux()3682 ExtraOpts.push_back("--no-add-needed"); in Linux()3687 ExtraOpts.push_back("--build-id"); in Linux()3690 ExtraOpts.push_back("--enable-new-dtags"); in Linux()
805 std::vector<std::string> ExtraOpts; variable
6331 for (const auto &Opt : HTC.ExtraOpts) in constructHexagonLinkArgs()8756 for (const auto &Opt : ToolChain.ExtraOpts) in ConstructJob()