• Home
  • Raw
  • Download

Lines Matching refs:hasArg

69   if (!Args.hasArg(options::OPT_shared) && !Args.hasArg(options::OPT_r))  in ConstructJob()
72 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
75 if (Args.hasArg(options::OPT_s)) in ConstructJob()
78 if (Args.hasArg(options::OPT_r)) { in ConstructJob()
87 if (Args.hasArg(options::OPT_static)) in ConstructJob()
89 else if (Args.hasArg(options::OPT_shared)) in ConstructJob()
94 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()
130 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
131 if (Args.hasArg(options::OPT_static)) in ConstructJob()
136 bool OnlyLibstdcxxStatic = Args.hasArg(options::OPT_static_libstdcxx) && in ConstructJob()
137 !Args.hasArg(options::OPT_static); in ConstructJob()
158 if (Args.hasArg(options::OPT_pthread) || in ConstructJob()
159 Args.hasArg(options::OPT_pthreads)) in ConstructJob()
162 if (Args.hasArg(options::OPT_fsplit_stack)) in ConstructJob()
165 if (!Args.hasArg(options::OPT_nolibc)) in ConstructJob()
295 if (DriverArgs.hasArg(options::OPT_nostdinc)) in AddClangSystemIncludeArgs()
298 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) { in AddClangSystemIncludeArgs()
304 if (DriverArgs.hasArg(options::OPT_nostdlibinc)) in AddClangSystemIncludeArgs()
329 if (DriverArgs.hasArg(options::OPT_nostdlibinc) || in AddClangCXXStdlibIncludeArgs()
330 DriverArgs.hasArg(options::OPT_nostdincxx)) in AddClangCXXStdlibIncludeArgs()