Lines Matching refs:getLastArg

53   if (Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ,  in getMipsCPUAndABI()
57 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in getMipsCPUAndABI()
150 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in getMipsFloatABI()
226 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in getMIPSTargetFeatures()
243 Args.getLastArg(options::OPT_mabicalls, options::OPT_mno_abicalls); in getMIPSTargetFeatures()
261 if (Arg *A = Args.getLastArg(options::OPT_mlong_calls, in getMIPSTargetFeatures()
271 if (Arg *A = Args.getLastArg(options::OPT_mxgot, options::OPT_mno_xgot)) { in getMIPSTargetFeatures()
286 if (Arg *A = Args.getLastArg(options::OPT_mnan_EQ)) { in getMIPSTargetFeatures()
308 if (Arg *A = Args.getLastArg(options::OPT_mabs_EQ)) { in getMIPSTargetFeatures()
344 if (Arg *A = Args.getLastArg( in getMIPSTargetFeatures()
357 if (Arg *A = Args.getLastArg(options::OPT_mfp32, options::OPT_mfpxx, in getMIPSTargetFeatures()
372 } else if (Arg *A = Args.getLastArg(options::OPT_mmsa)) { in getMIPSTargetFeatures()
389 if (Arg *A = Args.getLastArg(options::OPT_mindirect_jump_EQ)) { in getMIPSTargetFeatures()
393 Args.getLastArg(options::OPT_mmicromips, options::OPT_mno_micromips); in getMIPSTargetFeatures()
394 Arg *C = Args.getLastArg(options::OPT_mips16, options::OPT_mno_mips16); in getMIPSTargetFeatures()
445 Arg *A = Args.getLastArg(options::OPT_mabi_EQ); in hasMipsAbiArg()
450 Arg *A = Args.getLastArg(options::OPT_m_libc_Group); in isUCLibc()
456 if (Arg *NaNArg = Args.getLastArg(options::OPT_mnan_EQ)) in isNaN2008()
501 if (Arg *A = Args.getLastArg(options::OPT_msingle_float, in shouldUseFPXX()
506 if (Arg *A = Args.getLastArg(options::OPT_mmsa)) in shouldUseFPXX()