Lines Matching refs:InputArgList
77 static void setConfigs(opt::InputArgList &args);
78 static void readConfigs(opt::InputArgList &args);
379 static const char *getReproduceOption(opt::InputArgList &args) { in getReproduceOption()
385 static bool hasZOption(opt::InputArgList &args, StringRef key) { in hasZOption()
392 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag()
403 static SeparateSegmentKind getZSeparate(opt::InputArgList &args) { in getZSeparate()
416 static GnuStackKind getZGnuStack(opt::InputArgList &args) { in getZGnuStack()
429 static uint8_t getZStartStopVisibility(opt::InputArgList &args) { in getZStartStopVisibility()
469 static void checkZOptions(opt::InputArgList &args) { in checkZOptions()
477 opt::InputArgList args = parser.parse(argsArr.slice(1)); in linkerMain()
587 static std::string getRpath(opt::InputArgList &args) { in getRpath()
594 static void setUnresolvedSymbolPolicy(opt::InputArgList &args) { in setUnresolvedSymbolPolicy()
648 static Target2Policy getTarget2(opt::InputArgList &args) { in getTarget2()
660 static bool isOutputFormatBinary(opt::InputArgList &args) { in isOutputFormatBinary()
669 static DiscardPolicy getDiscard(opt::InputArgList &args) { in getDiscard()
681 static StringRef getDynamicLinker(opt::InputArgList &args) { in getDynamicLinker()
693 static ICFLevel getICF(opt::InputArgList &args) { in getICF()
702 static StripPolicy getStrip(opt::InputArgList &args) { in getStrip()
714 static uint64_t parseSectionAddress(StringRef s, opt::InputArgList &args, in parseSectionAddress()
724 static StringMap<uint64_t> getSectionStartMap(opt::InputArgList &args) { in getSectionStartMap()
742 static SortSectionPolicy getSortSection(opt::InputArgList &args) { in getSortSection()
753 static OrphanHandlingPolicy getOrphanHandling(opt::InputArgList &args) { in getOrphanHandling()
766 static bool getP10StubOpt(opt::InputArgList &args) { in getP10StubOpt()
782 getBuildId(opt::InputArgList &args) { in getBuildId()
807 static std::pair<bool, bool> getPackDynRelocs(opt::InputArgList &args) { in getPackDynRelocs()
929 static bool getCompressDebugSections(opt::InputArgList &args) { in getCompressDebugSections()
946 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, in getOldNewOptions()
969 static bool getIsRela(opt::InputArgList &args) { in getIsRela()
997 static void readConfigs(opt::InputArgList &args) { in readConfigs()
1408 static void setConfigs(opt::InputArgList &args) { in setConfigs()
1475 void LinkerDriver::createFiles(opt::InputArgList &args) { in createFiles()
1600 static uint64_t getMaxPageSize(opt::InputArgList &args) { in getMaxPageSize()
1615 static uint64_t getCommonPageSize(opt::InputArgList &args) { in getCommonPageSize()
1632 static Optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase()
1652 static DenseSet<StringRef> getExcludeLibs(opt::InputArgList &args) { in getExcludeLibs()
1674 static void excludeLibs(opt::InputArgList &args) { in excludeLibs()
1862 static void findKeepUniqueSections(opt::InputArgList &args) { in findKeepUniqueSections()
2017 static std::vector<WrappedSymbol> addWrappedSymbols(opt::InputArgList &args) { in addWrappedSymbols()
2165 template <class ELFT> void LinkerDriver::link(opt::InputArgList &args) { in link()