Lines Matching refs:InputArgList
80 static void setConfigs(opt::InputArgList &args);
81 static void readConfigs(opt::InputArgList &args);
382 static const char *getReproduceOption(opt::InputArgList &args) { in getReproduceOption()
388 static bool hasZOption(opt::InputArgList &args, StringRef key) { in hasZOption()
395 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag()
406 static SeparateSegmentKind getZSeparate(opt::InputArgList &args) { in getZSeparate()
419 static GnuStackKind getZGnuStack(opt::InputArgList &args) { in getZGnuStack()
432 static uint8_t getZStartStopVisibility(opt::InputArgList &args) { in getZStartStopVisibility()
506 static void checkZOptions(opt::InputArgList &args) { in checkZOptions()
518 opt::InputArgList args = parser.parse(argsArr.slice(1)); in linkerMain()
603 static std::string getRpath(opt::InputArgList &args) { in getRpath()
610 static void setUnresolvedSymbolPolicy(opt::InputArgList &args) { in setUnresolvedSymbolPolicy()
664 static Target2Policy getTarget2(opt::InputArgList &args) { in getTarget2()
676 static bool isOutputFormatBinary(opt::InputArgList &args) { in isOutputFormatBinary()
685 static DiscardPolicy getDiscard(opt::InputArgList &args) { in getDiscard()
697 static StringRef getDynamicLinker(opt::InputArgList &args) { in getDynamicLinker()
709 static int getMemtagMode(opt::InputArgList &args) { in getMemtagMode()
731 static ICFLevel getICF(opt::InputArgList &args) { in getICF()
740 static StripPolicy getStrip(opt::InputArgList &args) { in getStrip()
752 static uint64_t parseSectionAddress(StringRef s, opt::InputArgList &args, in parseSectionAddress()
762 static StringMap<uint64_t> getSectionStartMap(opt::InputArgList &args) { in getSectionStartMap()
780 static SortSectionPolicy getSortSection(opt::InputArgList &args) { in getSortSection()
791 static OrphanHandlingPolicy getOrphanHandling(opt::InputArgList &args) { in getOrphanHandling()
806 getBuildId(opt::InputArgList &args) { in getBuildId()
828 static std::pair<bool, bool> getPackDynRelocs(opt::InputArgList &args) { in getPackDynRelocs()
949 static bool getCompressDebugSections(opt::InputArgList &args) { in getCompressDebugSections()
966 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, in getOldNewOptions()
989 static bool getIsRela(opt::InputArgList &args) { in getIsRela()
1022 static void readConfigs(opt::InputArgList &args) { in readConfigs()
1493 static void setConfigs(opt::InputArgList &args) { in setConfigs()
1559 void LinkerDriver::createFiles(opt::InputArgList &args) { in createFiles()
1687 static uint64_t getMaxPageSize(opt::InputArgList &args) { in getMaxPageSize()
1704 static uint64_t getCommonPageSize(opt::InputArgList &args) { in getCommonPageSize()
1723 static Optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase()
1743 static DenseSet<StringRef> getExcludeLibs(opt::InputArgList &args) { in getExcludeLibs()
1765 static void excludeLibs(opt::InputArgList &args) { in excludeLibs()
2029 static void findKeepUniqueSections(opt::InputArgList &args) { in findKeepUniqueSections()
2205 static std::vector<WrappedSymbol> addWrappedSymbols(opt::InputArgList &args) { in addWrappedSymbols()
2427 void LinkerDriver::link(opt::InputArgList &args) { in link()