Lines Matching refs:getLastArg

59   if (Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ,  in getMipsCPUAndABI()
63 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in getMipsCPUAndABI()
156 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in getMipsFloatABI()
231 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in getMIPSTargetFeatures()
248 Args.getLastArg(options::OPT_mabicalls, options::OPT_mno_abicalls); in getMIPSTargetFeatures()
266 if (Arg *A = Args.getLastArg(options::OPT_mlong_calls, in getMIPSTargetFeatures()
276 if (Arg *A = Args.getLastArg(options::OPT_mxgot, options::OPT_mno_xgot)) { in getMIPSTargetFeatures()
291 if (Arg *A = Args.getLastArg(options::OPT_mnan_EQ)) { in getMIPSTargetFeatures()
312 if (Arg *A = Args.getLastArg(options::OPT_mabs_EQ)) { in getMIPSTargetFeatures()
350 if (Arg *A = Args.getLastArg(options::OPT_mfp32, options::OPT_mfpxx, in getMIPSTargetFeatures()
379 if (Arg *A = Args.getLastArg(options::OPT_mindirect_jump_EQ)) { in getMIPSTargetFeatures()
383 Args.getLastArg(options::OPT_mmicromips, options::OPT_mno_micromips); in getMIPSTargetFeatures()
384 Arg *C = Args.getLastArg(options::OPT_mips16, options::OPT_mno_mips16); in getMIPSTargetFeatures()
435 Arg *A = Args.getLastArg(options::OPT_mabi_EQ); in hasMipsAbiArg()
440 Arg *A = Args.getLastArg(options::OPT_m_libc_Group); in isUCLibc()
446 if (Arg *NaNArg = Args.getLastArg(options::OPT_mnan_EQ)) in isNaN2008()
496 if (Arg *A = Args.getLastArg(options::OPT_msingle_float, in shouldUseFPXX()