Searched refs:ExtraOpts (Results 1 – 3 of 3) sorted by relevance
4062 ExtraOpts.push_back("-z"); in Linux()4063 ExtraOpts.push_back("relro"); in Linux()4067 ExtraOpts.push_back("-X"); in Linux()4073 ExtraOpts.push_back("--sysroot=" + SysRoot); in Linux()4083 ExtraOpts.push_back("--hash-style=gnu"); in Linux()4087 ExtraOpts.push_back("--hash-style=both"); in Linux()4091 ExtraOpts.push_back("--no-add-needed"); in Linux()4094 ExtraOpts.push_back("--build-id"); in Linux()4098 ExtraOpts.push_back("--enable-new-dtags"); in Linux()
848 std::vector<std::string> ExtraOpts; variable
6886 for (const auto &Opt : HTC.ExtraOpts) in constructHexagonLinkArgs()9356 for (const auto &Opt : ToolChain.ExtraOpts) in ConstructJob()