Lines Matching refs:hasArg
60 !Args.hasArg(options::OPT_dynamic) && !Args.hasArg(options::OPT_shared); in ConstructJob()
75 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
78 if (Args.hasArg(options::OPT_s)) in ConstructJob()
103 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
108 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
109 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
116 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
128 if (Args.hasArg(options::OPT_Z_Xlinker__no_demangle)) in ConstructJob()
134 !Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
137 Args.hasArg(options::OPT_static_libstdcxx) && !IsStatic; in ConstructJob()
147 if (!Args.hasArg(options::OPT_nostdlib)) { in ConstructJob()
148 if (!Args.hasArg(options::OPT_nodefaultlibs)) { in ConstructJob()
154 if (Args.hasArg(options::OPT_pthread) || in ConstructJob()
155 Args.hasArg(options::OPT_pthreads) || D.CCCIsCXX()) { in ConstructJob()
183 if (!Args.hasArg(options::OPT_nostartfiles)) { in ConstructJob()
185 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
259 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
262 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
268 if (DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()