Lines Matching refs:hasArg
131 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
133 if (Args.hasArg(options::OPT_pie)) { in ConstructJob()
138 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
140 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
142 } else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
239 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
241 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
247 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) { in ConstructJob()
298 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
301 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob()
302 !Args.hasArg(options::OPT_static); in ConstructJob()
314 if (Args.hasArg(options::OPT_pthread)) in ConstructJob()
319 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
335 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
337 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()
358 if (!Args.hasArg(options::OPT_nostdlib)) { in NetBSD()