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()
72 else if (!Args.hasArg(options::OPT_r)) { in ConstructJob()
94 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
96 if (!Args.hasArg(options::OPT_shared)) { in ConstructJob()
97 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
101 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
110 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()
123 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
127 if (!Args.hasArg(options::OPT_static)) { in ConstructJob()
138 if (Args.hasArg(options::OPT_pthread)) in ConstructJob()
141 if (!Args.hasArg(options::OPT_nolibc)) { in ConstructJob()
145 if (Args.hasArg(options::OPT_static) || in ConstructJob()
146 Args.hasArg(options::OPT_static_libgcc)) { in ConstructJob()
150 if (Args.hasArg(options::OPT_shared_libgcc)) { in ConstructJob()
152 if (!Args.hasArg(options::OPT_shared)) in ConstructJob()
163 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
165 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()