Lines Matching refs:hasArg

73   if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r))  in ConstructJob()
76 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
79 if (Args.hasArg(options::OPT_s)) in ConstructJob()
82 if (Args.hasArg(options::OPT_r)) { in ConstructJob()
97 if (Args.hasArg(options::OPT_static)) in ConstructJob()
99 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
104 if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r)) { in ConstructJob()
123 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
125 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
144 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
146 if (Args.hasArg(options::OPT_static)) in ConstructJob()
151 bool OnlyLibstdcxxStatic = Args.hasArg(options::OPT_static_libstdcxx) && in ConstructJob()
152 !Args.hasArg(options::OPT_static); in ConstructJob()
176 if (Args.hasArg(options::OPT_pthread) || in ConstructJob()
177 Args.hasArg(options::OPT_pthreads)) in ConstructJob()
180 if (Args.hasArg(options::OPT_fsplit_stack)) in ConstructJob()
183 if (!Args.hasArg(options::OPT_nolibc)) in ConstructJob()
344 if (DriverArgs.hasArg(options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
347 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
353 if (DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
378 if (DriverArgs.hasArg(options::OPT_nostdlibinc) || in AddClangCXXStdlibIncludeArgs()
379 DriverArgs.hasArg(options::OPT_nostdincxx)) in AddClangCXXStdlibIncludeArgs()
420 if (Args.hasArg(options::OPT_fexperimental_library)) in AddCXXStdlibLibArgs()