Lines Matching refs:hasArg
60 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob()
61 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob()
62 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob()
63 const bool Pie = Args.hasArg(options::OPT_pie); in ConstructJob()
73 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
77 else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
98 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
130 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
138 bool StaticOpenMP = Args.hasArg(options::OPT_static_openmp) && !Static; in ConstructJob()
160 if (Args.hasArg(options::OPT_pthread)) in ConstructJob()
163 if (!Args.hasArg(options::OPT_nolibc)) in ConstructJob()
166 if (Static || Args.hasArg(options::OPT_static_libgcc)) { in ConstructJob()
170 if (Args.hasArg(options::OPT_shared_libgcc)) { in ConstructJob()
183 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
221 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
224 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
230 if (DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()