Lines Matching refs:InputArgList
83 static void setConfigs(opt::InputArgList &args);
84 static void readConfigs(opt::InputArgList &args);
471 static const char *getReproduceOption(opt::InputArgList &args) { in getReproduceOption()
477 static bool hasZOption(opt::InputArgList &args, StringRef key) { in hasZOption()
487 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag()
502 static SeparateSegmentKind getZSeparate(opt::InputArgList &args) { in getZSeparate()
519 static GnuStackKind getZGnuStack(opt::InputArgList &args) { in getZGnuStack()
536 static uint8_t getZStartStopVisibility(opt::InputArgList &args) { in getZStartStopVisibility()
559 static void checkZOptions(opt::InputArgList &args) { in checkZOptions()
576 opt::InputArgList args = parser.parse(argsArr.slice(1)); in linkerMain()
663 static std::string getRpath(opt::InputArgList &args) { in getRpath()
670 static void setUnresolvedSymbolPolicy(opt::InputArgList &args) { in setUnresolvedSymbolPolicy()
727 static Target2Policy getTarget2(opt::InputArgList &args) { in getTarget2()
739 static bool isOutputFormatBinary(opt::InputArgList &args) { in isOutputFormatBinary()
748 static DiscardPolicy getDiscard(opt::InputArgList &args) { in getDiscard()
760 static StringRef getDynamicLinker(opt::InputArgList &args) { in getDynamicLinker()
772 static int getMemtagMode(opt::InputArgList &args) { in getMemtagMode()
796 static ICFLevel getICF(opt::InputArgList &args) { in getICF()
805 static StripPolicy getStrip(opt::InputArgList &args) { in getStrip()
817 static uint64_t parseSectionAddress(StringRef s, opt::InputArgList &args, in parseSectionAddress()
827 static StringMap<uint64_t> getSectionStartMap(opt::InputArgList &args) { in getSectionStartMap()
845 static SortSectionPolicy getSortSection(opt::InputArgList &args) { in getSortSection()
856 static OrphanHandlingPolicy getOrphanHandling(opt::InputArgList &args) { in getOrphanHandling()
871 getBuildId(opt::InputArgList &args) { in getBuildId()
893 static std::pair<bool, bool> getPackDynRelocs(opt::InputArgList &args) { in getPackDynRelocs()
1015 static void ltoValidateAllVtablesHaveTypeInfos(opt::InputArgList &args) { in ltoValidateAllVtablesHaveTypeInfos()
1075 static CGProfileSortKind getCGProfileSortKind(opt::InputArgList &args) { in getCGProfileSortKind()
1107 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, in getOldNewOptions()
1122 getOldNewOptionsExtra(opt::InputArgList &args, unsigned id) { in getOldNewOptionsExtra()
1138 static bool getIsRela(opt::InputArgList &args) { in getIsRela()
1193 static void readConfigs(opt::InputArgList &args) { in readConfigs()
1727 static void setConfigs(opt::InputArgList &args) { in setConfigs()
1791 void LinkerDriver::createFiles(opt::InputArgList &args) { in createFiles()
1925 static uint64_t getMaxPageSize(opt::InputArgList &args) { in getMaxPageSize()
1942 static uint64_t getCommonPageSize(opt::InputArgList &args) { in getCommonPageSize()
1961 static std::optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase()
1981 static DenseSet<StringRef> getExcludeLibs(opt::InputArgList &args) { in getExcludeLibs()
2003 static void excludeLibs(opt::InputArgList &args) { in excludeLibs()
2242 static void findKeepUniqueSections(opt::InputArgList &args) { in findKeepUniqueSections()
2419 static std::vector<WrappedSymbol> addWrappedSymbols(opt::InputArgList &args) { in addWrappedSymbols()
2659 void LinkerDriver::link(opt::InputArgList &args) { in link()