Lines Matching refs:getLastArg

45   if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ))  in getARMArchCPUFromArgs()
47 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getARMArchCPUFromArgs()
166 if (Arg *A = Args.getLastArg(options::OPT_mtp_mode_EQ)) { in getReadTPMode()
191 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in setArchNameInTriple()
193 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in setArchNameInTriple()
205 if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian, in setArchNameInTriple()
303 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in setFloatABIInTriple()
392 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in getARMFloatABI()
499 const Arg *ArchArg = Args.getLastArg(options::OPT_march_EQ); in getARMTargetFeatures()
500 const Arg *CPUArg = Args.getLastArg(options::OPT_mcpu_EQ); in getARMTargetFeatures()
554 (void)Args.getLastArg(options::OPT_mtune_EQ); in getARMTargetFeatures()
558 const Arg *FPUArg = Args.getLastArg(options::OPT_mfpu_EQ); in getARMTargetFeatures()
589 const Arg *HDivArg = Args.getLastArg(options::OPT_mhwdiv_EQ); in getARMTargetFeatures()
650 if (Arg *A = Args.getLastArg(options::OPT_mcrc, options::OPT_mnocrc)) { in getARMTargetFeatures()
729 if (Arg *A = Args.getLastArg(options::OPT_mframe_chain)) { in getARMTargetFeatures()
738 if (Args.getLastArg(options::OPT_mcmse)) in getARMTargetFeatures()
741 if (Arg *A = Args.getLastArg(options::OPT_mfix_cmse_cve_2021_35465, in getARMTargetFeatures()
743 if (!Args.getLastArg(options::OPT_mcmse)) in getARMTargetFeatures()
754 if (Arg *A = Args.getLastArg(options::OPT_mfix_cortex_a57_aes_1742098, in getARMTargetFeatures()
766 if (Arg *A = Args.getLastArg(options::OPT_mlong_calls, in getARMTargetFeatures()
780 if (Arg *A = Args.getLastArg(options::OPT_mexecute_only, options::OPT_mno_execute_only)) { in getARMTargetFeatures()
785 else if (Arg *B = Args.getLastArg(options::OPT_mno_movt)) in getARMTargetFeatures()
790 else if (Arg *B = Args.getLastArg(options::OPT_mlong_calls, options::OPT_mno_long_calls)) { in getARMTargetFeatures()
802 } else if (Arg *A = Args.getLastArg(options::OPT_mno_unaligned_access, in getARMTargetFeatures()
856 if (Arg *A = Args.getLastArg(options::OPT_mharden_sls_EQ)) { in getARMTargetFeatures()
907 if (Args.getLastArg(options::OPT_mno_bti_at_return_twice)) in getARMTargetFeatures()