Lines Matching refs:InputArgList

74 static void setConfigs(opt::InputArgList &Args);
324 static const char *getReproduceOption(opt::InputArgList &Args) { in getReproduceOption()
330 static bool hasZOption(opt::InputArgList &Args, StringRef Key) { in hasZOption()
337 static bool getZFlag(opt::InputArgList &Args, StringRef K1, StringRef K2, in getZFlag()
363 static void checkZOptions(opt::InputArgList &Args) { in checkZOptions()
371 opt::InputArgList Args = Parser.parse(ArgsArr.slice(1)); in main()
453 static std::string getRpath(opt::InputArgList &Args) { in getRpath()
460 static UnresolvedPolicy getUnresolvedSymbolPolicy(opt::InputArgList &Args) { in getUnresolvedSymbolPolicy()
494 static Target2Policy getTarget2(opt::InputArgList &Args) { in getTarget2()
506 static bool isOutputFormatBinary(opt::InputArgList &Args) { in isOutputFormatBinary()
515 static DiscardPolicy getDiscard(opt::InputArgList &Args) { in getDiscard()
530 static StringRef getDynamicLinker(opt::InputArgList &Args) { in getDynamicLinker()
537 static ICFLevel getICF(opt::InputArgList &Args) { in getICF()
546 static StripPolicy getStrip(opt::InputArgList &Args) { in getStrip()
567 static StringMap<uint64_t> getSectionStartMap(opt::InputArgList &Args) { in getSectionStartMap()
585 static SortSectionPolicy getSortSection(opt::InputArgList &Args) { in getSortSection()
596 static OrphanHandlingPolicy getOrphanHandling(opt::InputArgList &Args) { in getOrphanHandling()
611 getBuildId(opt::InputArgList &Args) { in getBuildId()
636 static std::pair<bool, bool> getPackDynRelocs(opt::InputArgList &Args) { in getPackDynRelocs()
705 static bool getCompressDebugSections(opt::InputArgList &Args) { in getCompressDebugSections()
716 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &Args, in getOldNewOptions()
751 void LinkerDriver::readConfigs(opt::InputArgList &Args) { in readConfigs()
1004 static void setConfigs(opt::InputArgList &Args) { in setConfigs()
1058 void LinkerDriver::createFiles(opt::InputArgList &Args) { in createFiles()
1179 static uint64_t getMaxPageSize(opt::InputArgList &Args) { in getMaxPageSize()
1188 static Optional<uint64_t> getImageBase(opt::InputArgList &Args) { in getImageBase()
1208 static DenseSet<StringRef> getExcludeLibs(opt::InputArgList &Args) { in getExcludeLibs()
1231 static void excludeLibs(opt::InputArgList &Args) { in excludeLibs()
1311 static void findKeepUniqueSections(opt::InputArgList &Args) { in findKeepUniqueSections()
1385 static std::vector<WrappedSymbol> addWrappedSymbols(opt::InputArgList &Args) { in addWrappedSymbols()
1447 template <class ELFT> void LinkerDriver::link(opt::InputArgList &Args) { in link()