Lines Matching refs:hasArg
65 if (Args.hasArg(options::OPT_static)) { in ConstructJob()
68 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
70 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
94 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
95 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
96 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
100 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
109 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()
122 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
125 if (!Args.hasArg(options::OPT_static)) { in ConstructJob()
136 if (Args.hasArg(options::OPT_pthread)) in ConstructJob()
139 if (!Args.hasArg(options::OPT_nolibc)) { in ConstructJob()
143 if (Args.hasArg(options::OPT_static) || in ConstructJob()
144 Args.hasArg(options::OPT_static_libgcc)) { in ConstructJob()
148 if (Args.hasArg(options::OPT_shared_libgcc)) { in ConstructJob()
150 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
161 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) { in ConstructJob()
162 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()