Lines Matching refs:getLastArgValue

558       StringRef ltoSampleProfile = args.getLastArgValue(OPT_lto_sample_profile);  in linkerMain()
598 args.getLastArgValue(OPT_time_trace_eq).str(), config->outputFile)); in linkerMain()
665 StringRef s = args.getLastArgValue(OPT_target2, "got-rel"); in getTarget2()
677 StringRef s = args.getLastArgValue(OPT_oformat, "elf"); in isOutputFormatBinary()
710 StringRef memtagModeArg = args.getLastArgValue(OPT_android_memtag_mode); in getMemtagMode()
781 StringRef s = args.getLastArgValue(OPT_sort_section); in getSortSection()
792 StringRef s = args.getLastArgValue(OPT_orphan_handling, "place"); in getOrphanHandling()
829 StringRef s = args.getLastArgValue(OPT_pack_dyn_relocs, "none"); in getPackDynRelocs()
950 StringRef s = args.getLastArgValue(OPT_compress_debug_sections, "none"); in getCompressDebugSections()
1049 config->chroot = args.getLastArgValue(OPT_chroot); in readConfigs()
1055 config->dependencyFile = args.getLastArgValue(OPT_dependency_file); in readConfigs()
1059 config->dwoDir = args.getLastArgValue(OPT_plugin_opt_dwo_dir_eq); in readConfigs()
1069 config->entry = args.getLastArgValue(OPT_entry); in readConfigs()
1072 args.getLastArgValue(OPT_error_handling_script); in readConfigs()
1080 config->fini = args.getLastArgValue(OPT_fini, "_fini"); in readConfigs()
1095 config->init = args.getLastArgValue(OPT_init, "_init"); in readConfigs()
1096 config->ltoAAPipeline = args.getLastArgValue(OPT_lto_aa_pipeline); in readConfigs()
1098 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in readConfigs()
1103 config->ltoNewPmPasses = args.getLastArgValue(OPT_lto_newpm_passes); in readConfigs()
1108 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq); in readConfigs()
1110 config->ltoSampleProfile = args.getLastArgValue(OPT_lto_sample_profile); in readConfigs()
1112 args.getLastArgValue(OPT_lto_basic_block_sections); in readConfigs()
1116 config->mapFile = args.getLastArgValue(OPT_Map); in readConfigs()
1129 config->optRemarksFilename = args.getLastArgValue(OPT_opt_remarks_filename); in readConfigs()
1130 config->optStatsFilename = args.getLastArgValue(OPT_plugin_opt_stats_file); in readConfigs()
1142 config->optRemarksPasses = args.getLastArgValue(OPT_opt_remarks_passes); in readConfigs()
1144 config->optRemarksFormat = args.getLastArgValue(OPT_opt_remarks_format); in readConfigs()
1147 config->outputFile = args.getLastArgValue(OPT_o); in readConfigs()
1148 config->packageMetadata = args.getLastArgValue(OPT_package_metadata); in readConfigs()
1154 config->printArchiveStats = args.getLastArgValue(OPT_print_archive_stats); in readConfigs()
1156 args.getLastArgValue(OPT_print_symbol_order); in readConfigs()
1179 config->soName = args.getLastArgValue(OPT_soname); in readConfigs()
1183 config->sysroot = args.getLastArgValue(OPT_sysroot); in readConfigs()
1186 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
1188 parseCachePruningPolicy(args.getLastArgValue(OPT_thinlto_cache_policy)), in readConfigs()
1196 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()
1226 config->whyExtract = args.getLastArgValue(OPT_why_extract); in readConfigs()
1257 config->power10Stubs = args.getLastArgValue(OPT_power10_stubs_eq) != "no"; in readConfigs()