Lines Matching refs:getLastArgValue
598 StringRef ltoSampleProfile = args.getLastArgValue(OPT_lto_sample_profile); in linkerMain()
638 args.getLastArgValue(OPT_time_trace_eq).str(), config->outputFile)); in linkerMain()
705 StringRef s = args.getLastArgValue(OPT_target2, "got-rel"); in getTarget2()
717 StringRef s = args.getLastArgValue(OPT_oformat, "elf"); in isOutputFormatBinary()
750 StringRef memtagModeArg = args.getLastArgValue(OPT_android_memtag_mode); in getMemtagMode()
821 StringRef s = args.getLastArgValue(OPT_sort_section); in getSortSection()
832 StringRef s = args.getLastArgValue(OPT_orphan_handling, "place"); in getOrphanHandling()
869 StringRef s = args.getLastArgValue(OPT_pack_dyn_relocs, "none"); in getPackDynRelocs()
990 StringRef s = args.getLastArgValue(OPT_compress_debug_sections, "none"); in getCompressDebugSections()
1095 config->chroot = args.getLastArgValue(OPT_chroot); in readConfigs()
1101 config->dependencyFile = args.getLastArgValue(OPT_dependency_file); in readConfigs()
1105 config->dwoDir = args.getLastArgValue(OPT_plugin_opt_dwo_dir_eq); in readConfigs()
1115 config->entry = args.getLastArgValue(OPT_entry); in readConfigs()
1118 args.getLastArgValue(OPT_error_handling_script); in readConfigs()
1124 config->fini = args.getLastArgValue(OPT_fini, "_fini"); in readConfigs()
1146 config->init = args.getLastArgValue(OPT_init, "_init"); in readConfigs()
1147 config->ltoAAPipeline = args.getLastArgValue(OPT_lto_aa_pipeline); in readConfigs()
1149 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in readConfigs()
1154 config->ltoNewPmPasses = args.getLastArgValue(OPT_lto_newpm_passes); in readConfigs()
1159 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq); in readConfigs()
1161 config->ltoSampleProfile = args.getLastArgValue(OPT_lto_sample_profile); in readConfigs()
1163 args.getLastArgValue(OPT_lto_basic_block_sections); in readConfigs()
1167 config->mapFile = args.getLastArgValue(OPT_Map); in readConfigs()
1180 config->optRemarksFilename = args.getLastArgValue(OPT_opt_remarks_filename); in readConfigs()
1181 config->optStatsFilename = args.getLastArgValue(OPT_plugin_opt_stats_file); in readConfigs()
1193 config->optRemarksPasses = args.getLastArgValue(OPT_opt_remarks_passes); in readConfigs()
1195 config->optRemarksFormat = args.getLastArgValue(OPT_opt_remarks_format); in readConfigs()
1198 config->outputFile = args.getLastArgValue(OPT_o); in readConfigs()
1199 config->packageMetadata = args.getLastArgValue(OPT_package_metadata); in readConfigs()
1210 config->printArchiveStats = args.getLastArgValue(OPT_print_archive_stats); in readConfigs()
1212 args.getLastArgValue(OPT_print_symbol_order); in readConfigs()
1235 config->soName = args.getLastArgValue(OPT_soname); in readConfigs()
1239 config->sysroot = args.getLastArgValue(OPT_sysroot); in readConfigs()
1242 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
1244 parseCachePruningPolicy(args.getLastArgValue(OPT_thinlto_cache_policy)), in readConfigs()
1252 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()
1282 config->whyExtract = args.getLastArgValue(OPT_why_extract); in readConfigs()
1314 config->power10Stubs = args.getLastArgValue(OPT_power10_stubs_eq) != "no"; in readConfigs()