Lines Matching refs:getLastArgValue

617       StringRef ltoSampleProfile = args.getLastArgValue(OPT_lto_sample_profile);  in linkerMain()
658 args.getLastArgValue(OPT_time_trace_eq).str(), config->outputFile)); in linkerMain()
728 StringRef s = args.getLastArgValue(OPT_target2, "got-rel"); in getTarget2()
740 StringRef s = args.getLastArgValue(OPT_oformat, "elf"); in isOutputFormatBinary()
773 StringRef memtagModeArg = args.getLastArgValue(OPT_android_memtag_mode); in getMemtagMode()
846 StringRef s = args.getLastArgValue(OPT_sort_section); in getSortSection()
857 StringRef s = args.getLastArgValue(OPT_orphan_handling, "place"); in getOrphanHandling()
894 StringRef s = args.getLastArgValue(OPT_pack_dyn_relocs, "none"); in getPackDynRelocs()
1076 StringRef s = args.getLastArgValue(OPT_call_graph_profile_sort, "cdsort"); in getCGProfileSortKind()
1226 config->chroot = args.getLastArgValue(OPT_chroot); in readConfigs()
1228 args.getLastArgValue(OPT_compress_debug_sections, "none"), in readConfigs()
1234 config->dependencyFile = args.getLastArgValue(OPT_dependency_file); in readConfigs()
1238 config->dwoDir = args.getLastArgValue(OPT_plugin_opt_dwo_dir_eq); in readConfigs()
1246 config->entry = args.getLastArgValue(OPT_entry); in readConfigs()
1249 args.getLastArgValue(OPT_error_handling_script); in readConfigs()
1257 config->fini = args.getLastArgValue(OPT_fini, "_fini"); in readConfigs()
1261 config->cmseInputLib = args.getLastArgValue(OPT_in_implib); in readConfigs()
1262 config->cmseOutputLib = args.getLastArgValue(OPT_out_implib); in readConfigs()
1275 config->init = args.getLastArgValue(OPT_init, "_init"); in readConfigs()
1276 config->ltoAAPipeline = args.getLastArgValue(OPT_lto_aa_pipeline); in readConfigs()
1278 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in readConfigs()
1283 config->ltoNewPmPasses = args.getLastArgValue(OPT_lto_newpm_passes); in readConfigs()
1299 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq); in readConfigs()
1301 config->ltoSampleProfile = args.getLastArgValue(OPT_lto_sample_profile); in readConfigs()
1303 args.getLastArgValue(OPT_lto_basic_block_sections); in readConfigs()
1307 config->mapFile = args.getLastArgValue(OPT_Map); in readConfigs()
1318 config->optRemarksFilename = args.getLastArgValue(OPT_opt_remarks_filename); in readConfigs()
1319 config->optStatsFilename = args.getLastArgValue(OPT_plugin_opt_stats_file); in readConfigs()
1331 config->optRemarksPasses = args.getLastArgValue(OPT_opt_remarks_passes); in readConfigs()
1333 config->optRemarksFormat = args.getLastArgValue(OPT_opt_remarks_format); in readConfigs()
1336 config->outputFile = args.getLastArgValue(OPT_o); in readConfigs()
1337 config->packageMetadata = args.getLastArgValue(OPT_package_metadata); in readConfigs()
1344 config->printArchiveStats = args.getLastArgValue(OPT_print_archive_stats); in readConfigs()
1346 args.getLastArgValue(OPT_print_symbol_order); in readConfigs()
1370 config->soName = args.getLastArgValue(OPT_soname); in readConfigs()
1374 config->sysroot = args.getLastArgValue(OPT_sysroot); in readConfigs()
1377 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
1379 parseCachePruningPolicy(args.getLastArgValue(OPT_thinlto_cache_policy)), in readConfigs()
1387 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()
1423 config->whyExtract = args.getLastArgValue(OPT_why_extract); in readConfigs()
1454 config->power10Stubs = args.getLastArgValue(OPT_power10_stubs_eq) != "no"; in readConfigs()