Lines Matching refs:getLastArg
36 if ((A = Args.getLastArg(options::OPT_mcpu_EQ))) { in getAArch64TargetCPU()
209 else if ((A = Args.getLastArg(options::OPT_march_EQ))) in getAArch64TargetFeatures()
212 else if ((A = Args.getLastArg(options::OPT_mcpu_EQ))) in getAArch64TargetFeatures()
222 if (success && (A = Args.getLastArg(clang::driver::options::OPT_mtune_EQ))) in getAArch64TargetFeatures()
225 else if (success && (A = Args.getLastArg(options::OPT_mcpu_EQ))) in getAArch64TargetFeatures()
243 if (Args.getLastArg(options::OPT_mgeneral_regs_only)) { in getAArch64TargetFeatures()
248 if (Arg *A = Args.getLastArg(options::OPT_mcrc, options::OPT_mnocrc)) { in getAArch64TargetFeatures()
259 if (Arg *A = Args.getLastArg(options::OPT_mtp_mode_EQ)) { in getAArch64TargetFeatures()
274 if (Arg *A = Args.getLastArg(options::OPT_mharden_sls_EQ)) { in getAArch64TargetFeatures()
320 if (Arg *A = Args.getLastArg( in getAArch64TargetFeatures()
434 if (Arg *A = Args.getLastArg(options::OPT_mfix_cortex_a53_835769, in getAArch64TargetFeatures()
449 if (Args.getLastArg(options::OPT_mno_bti_at_return_twice)) in getAArch64TargetFeatures()
455 Arg *ABIArg = Args.getLastArg(options::OPT_mabi_EQ); in setPAuthABIInTriple()