Lines Matching refs:getLastArgValue

495   StringRef S = Args.getLastArgValue(OPT_target2, "got-rel");  in getTarget2()
507 StringRef S = Args.getLastArgValue(OPT_oformat, "elf"); in isOutputFormatBinary()
586 StringRef S = Args.getLastArgValue(OPT_sort_section); in getSortSection()
597 StringRef S = Args.getLastArgValue(OPT_orphan_handling, "place"); in getOrphanHandling()
637 StringRef S = Args.getLastArgValue(OPT_pack_dyn_relocs, "none"); in getPackDynRelocs()
706 StringRef S = Args.getLastArgValue(OPT_compress_debug_sections, "none"); in getCompressDebugSections()
769 Config->Chroot = Args.getLastArgValue(OPT_chroot); in readConfigs()
777 Config->DwoDir = Args.getLastArgValue(OPT_plugin_opt_dwo_dir_eq); in readConfigs()
787 Config->Entry = Args.getLastArgValue(OPT_entry); in readConfigs()
793 Config->Fini = Args.getLastArgValue(OPT_fini, "_fini"); in readConfigs()
803 Config->Init = Args.getLastArgValue(OPT_init, "_init"); in readConfigs()
804 Config->LTOAAPipeline = Args.getLastArgValue(OPT_lto_aa_pipeline); in readConfigs()
807 Config->LTONewPmPasses = Args.getLastArgValue(OPT_lto_newpm_passes); in readConfigs()
809 Config->LTOObjPath = Args.getLastArgValue(OPT_plugin_opt_obj_path_eq); in readConfigs()
811 Config->LTOSampleProfile = Args.getLastArgValue(OPT_lto_sample_profile); in readConfigs()
812 Config->MapFile = Args.getLastArgValue(OPT_Map); in readConfigs()
820 Config->OptRemarksFilename = Args.getLastArgValue(OPT_opt_remarks_filename); in readConfigs()
824 Config->OutputFile = Args.getLastArgValue(OPT_o); in readConfigs()
837 Config->SoName = Args.getLastArgValue(OPT_soname); in readConfigs()
841 Config->Sysroot = Args.getLastArgValue(OPT_sysroot); in readConfigs()
844 Config->ThinLTOCacheDir = Args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
846 parseCachePruningPolicy(Args.getLastArgValue(OPT_thinlto_cache_policy)), in readConfigs()
853 Args.getLastArgValue(OPT_plugin_opt_thinlto_index_only_eq); in readConfigs()