• Home
  • Raw
  • Download

Lines Matching refs:InputArgList

77 static void setConfigs(opt::InputArgList &args);
78 static void readConfigs(opt::InputArgList &args);
375 static const char *getReproduceOption(opt::InputArgList &args) { in getReproduceOption()
381 static bool hasZOption(opt::InputArgList &args, StringRef key) { in hasZOption()
388 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag()
399 static SeparateSegmentKind getZSeparate(opt::InputArgList &args) { in getZSeparate()
412 static GnuStackKind getZGnuStack(opt::InputArgList &args) { in getZGnuStack()
425 static uint8_t getZStartStopVisibility(opt::InputArgList &args) { in getZStartStopVisibility()
464 static void checkZOptions(opt::InputArgList &args) { in checkZOptions()
472 opt::InputArgList args = parser.parse(argsArr.slice(1)); in main()
582 static std::string getRpath(opt::InputArgList &args) { in getRpath()
589 static void setUnresolvedSymbolPolicy(opt::InputArgList &args) { in setUnresolvedSymbolPolicy()
643 static Target2Policy getTarget2(opt::InputArgList &args) { in getTarget2()
655 static bool isOutputFormatBinary(opt::InputArgList &args) { in isOutputFormatBinary()
664 static DiscardPolicy getDiscard(opt::InputArgList &args) { in getDiscard()
676 static StringRef getDynamicLinker(opt::InputArgList &args) { in getDynamicLinker()
688 static ICFLevel getICF(opt::InputArgList &args) { in getICF()
697 static StripPolicy getStrip(opt::InputArgList &args) { in getStrip()
709 static uint64_t parseSectionAddress(StringRef s, opt::InputArgList &args, in parseSectionAddress()
719 static StringMap<uint64_t> getSectionStartMap(opt::InputArgList &args) { in getSectionStartMap()
737 static SortSectionPolicy getSortSection(opt::InputArgList &args) { in getSortSection()
748 static OrphanHandlingPolicy getOrphanHandling(opt::InputArgList &args) { in getOrphanHandling()
763 getBuildId(opt::InputArgList &args) { in getBuildId()
788 static std::pair<bool, bool> getPackDynRelocs(opt::InputArgList &args) { in getPackDynRelocs()
857 static bool getCompressDebugSections(opt::InputArgList &args) { in getCompressDebugSections()
874 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, in getOldNewOptions()
897 static bool getIsRela(opt::InputArgList &args) { in getIsRela()
925 static void readConfigs(opt::InputArgList &args) { in readConfigs()
1301 static void setConfigs(opt::InputArgList &args) { in setConfigs()
1356 void LinkerDriver::createFiles(opt::InputArgList &args) { in createFiles()
1481 static uint64_t getMaxPageSize(opt::InputArgList &args) { in getMaxPageSize()
1496 static uint64_t getCommonPageSize(opt::InputArgList &args) { in getCommonPageSize()
1513 static Optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase()
1533 static DenseSet<StringRef> getExcludeLibs(opt::InputArgList &args) { in getExcludeLibs()
1555 static void excludeLibs(opt::InputArgList &args) { in excludeLibs()
1743 static void findKeepUniqueSections(opt::InputArgList &args) { in findKeepUniqueSections()
1897 static std::vector<WrappedSymbol> addWrappedSymbols(opt::InputArgList &args) { in addWrappedSymbols()
2024 template <class ELFT> void LinkerDriver::link(opt::InputArgList &args) { in link()