Lines Matching refs:hasArg

48   if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_static) ||  in getPIE()
49 Args.hasArg(options::OPT_r)) in getPIE()
98 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared, in ConstructJob()
113 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
117 if (!Args.hasArg(options::OPT_r) && Args.hasArg(options::OPT_shared)) in ConstructJob()
149 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
164 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
166 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
193 if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
209 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
212 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && in ConstructJob()
213 !Args.hasArg(options::OPT_static); in ConstructJob()
231 if (Args.hasArg(options::OPT_fstack_protector) || in ConstructJob()
232 Args.hasArg(options::OPT_fstack_protector_strong) || in ConstructJob()
233 Args.hasArg(options::OPT_fstack_protector_all)) { in ConstructJob()
249 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
275 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
278 if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
366 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
369 if (!DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
372 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
378 if (DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()