Searched refs:hasExportListLinkerOpts (Results 1 – 1 of 1) sorted by relevance
88 static bool hasExportListLinkerOpts(const ArgStringList &CmdArgs) { in hasExportListLinkerOpts() function265 if (Args.hasArg(options::OPT_shared) && !hasExportListLinkerOpts(CmdArgs)) { in ConstructJob()