Lines Matching refs:getLastArg

380   if (auto *arg = args.getLastArg(OPT_reproduce))  in getReproduceOption()
671 args.getLastArg(OPT_discard_all, OPT_discard_locals, OPT_discard_none); in getDiscard()
682 auto *arg = args.getLastArg(OPT_dynamic_linker, OPT_no_dynamic_linker); in getDynamicLinker()
694 auto *arg = args.getLastArg(OPT_icf_none, OPT_icf_safe, OPT_icf_all); in getICF()
706 auto *arg = args.getLastArg(OPT_strip_all, OPT_strip_debug); in getStrip()
733 if (auto *arg = args.getLastArg(OPT_Ttext)) in getSectionStartMap()
735 if (auto *arg = args.getLastArg(OPT_Tdata)) in getSectionStartMap()
737 if (auto *arg = args.getLastArg(OPT_Tbss)) in getSectionStartMap()
783 auto *arg = args.getLastArg(OPT_build_id, OPT_build_id_eq); in getBuildId()
948 auto *arg = args.getLastArg(id); in getOldNewOptions()
1010 args.getLastArg(OPT_Bno_symbolic, OPT_Bsymbolic_non_weak_functions, in readConfigs()
1106 if (auto *arg = args.getLastArg(OPT_opt_remarks_hotness_threshold)) { in readConfigs()
1204 if (opt::Arg *arg = args.getLastArg(OPT_eb, OPT_el)) { in readConfigs()
1253 if (auto *arg = args.getLastArg(OPT_plugin_opt_mcpu_eq)) in readConfigs()
1274 if (auto *arg = args.getLastArg(OPT_threads)) { in readConfigs()
1283 if (auto *arg = args.getLastArg(OPT_thinlto_jobs)) in readConfigs()
1305 if (auto *arg = args.getLastArg(OPT_m)) { in readConfigs()
1315 if (auto *arg = args.getLastArg(OPT_hash_style)) { in readConfigs()
1341 if (auto *arg = args.getLastArg(OPT_symbol_ordering_file)){ in readConfigs()
1361 if (auto *arg = args.getLastArg(OPT_retain_symbols_file)) { in readConfigs()
1635 auto *arg = args.getLastArg(OPT_image_base); in getImageBase()
2494 if (auto *arg = args.getLastArg(OPT_call_graph_ordering_file)) in link()