Lines Matching refs:getLastArgValue
763 StringRef archName = args.getLastArgValue(OPT_arch); in createTargetInfo()
786 StringRef treatmentStr = args.getLastArgValue(OPT_undefined); in getUndefinedSymbolTreatment()
811 StringRef icfLevelStr = args.getLastArgValue(OPT_icf_eq); in getICFLevel()
1464 args.getLastArgValue(OPT_dependency_info)); in link()
1500 config->osoPrefix = args.getLastArgValue(OPT_oso_prefix); in link()
1575 config->mapFile = args.getLastArgValue(OPT_map); in link()
1577 config->outputFile = args.getLastArgValue(OPT_o, "a.out"); in link()
1579 args.getLastArgValue(OPT_final_output, config->outputFile); in link()
1612 config->ltoObjPath = args.getLastArgValue(OPT_object_path_lto); in link()
1613 config->thinLTOCacheDir = args.getLastArgValue(OPT_cache_path_lto); in link()
1621 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in link()
1667 config->printSymbolOrder = args.getLastArgValue(OPT_print_symbol_order_eq); in link()
1677 config->csProfilePath = args.getLastArgValue(OPT_cs_profile_path); in link()
1728 config->entry = symtab->addUndefined(args.getLastArgValue(OPT_e, "_main"), in link()
1945 StringRef orderFile = args.getLastArgValue(OPT_order_file); in link()
2001 args.getLastArgValue(OPT_time_trace_eq).str(), config->outputFile)); in link()