Lines Matching defs:args

109 bool elf::link(ArrayRef<const char *> args, llvm::raw_ostream &stdoutOS,  in link()
419 static const char *getReproduceOption(opt::InputArgList &args) { in getReproduceOption()
425 static bool hasZOption(opt::InputArgList &args, StringRef key) { in hasZOption()
432 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag()
443 static SeparateSegmentKind getZSeparate(opt::InputArgList &args) { in getZSeparate()
456 static GnuStackKind getZGnuStack(opt::InputArgList &args) { in getZGnuStack()
469 static uint8_t getZStartStopVisibility(opt::InputArgList &args) { in getZStartStopVisibility()
544 static void checkZOptions(opt::InputArgList &args) { in checkZOptions()
556 opt::InputArgList args = parser.parse(argsArr.slice(1)); in linkerMain() local
643 static std::string getRpath(opt::InputArgList &args) { in getRpath()
650 static void setUnresolvedSymbolPolicy(opt::InputArgList &args) { in setUnresolvedSymbolPolicy()
704 static Target2Policy getTarget2(opt::InputArgList &args) { in getTarget2()
716 static bool isOutputFormatBinary(opt::InputArgList &args) { in isOutputFormatBinary()
725 static DiscardPolicy getDiscard(opt::InputArgList &args) { in getDiscard()
737 static StringRef getDynamicLinker(opt::InputArgList &args) { in getDynamicLinker()
749 static int getMemtagMode(opt::InputArgList &args) { in getMemtagMode()
771 static ICFLevel getICF(opt::InputArgList &args) { in getICF()
780 static StripPolicy getStrip(opt::InputArgList &args) { in getStrip()
792 static uint64_t parseSectionAddress(StringRef s, opt::InputArgList &args, in parseSectionAddress()
802 static StringMap<uint64_t> getSectionStartMap(opt::InputArgList &args) { in getSectionStartMap()
820 static SortSectionPolicy getSortSection(opt::InputArgList &args) { in getSortSection()
831 static OrphanHandlingPolicy getOrphanHandling(opt::InputArgList &args) { in getOrphanHandling()
846 getBuildId(opt::InputArgList &args) { in getBuildId()
868 static std::pair<bool, bool> getPackDynRelocs(opt::InputArgList &args) { in getPackDynRelocs()
989 static DebugCompressionType getCompressDebugSections(opt::InputArgList &args) { in getCompressDebugSections()
1012 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, in getOldNewOptions()
1035 static bool getIsRela(opt::InputArgList &args) { in getIsRela()
1068 static void readConfigs(opt::InputArgList &args) { in readConfigs()
1553 static void setConfigs(opt::InputArgList &args) { in setConfigs()
1637 void LinkerDriver::createFiles(opt::InputArgList &args) { in createFiles()
1765 static uint64_t getMaxPageSize(opt::InputArgList &args) { in getMaxPageSize()
1782 static uint64_t getCommonPageSize(opt::InputArgList &args) { in getCommonPageSize()
1802 static uint64_t getRealMaxPageSize(opt::InputArgList &args) { in getRealMaxPageSize()
1811 static std::optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase()
1831 static DenseSet<StringRef> getExcludeLibs(opt::InputArgList &args) { in getExcludeLibs()
1853 static void excludeLibs(opt::InputArgList &args) { in excludeLibs()
2116 static void findKeepUniqueSections(opt::InputArgList &args) { in findKeepUniqueSections()
2292 static std::vector<WrappedSymbol> addWrappedSymbols(opt::InputArgList &args) { in addWrappedSymbols()
2532 void LinkerDriver::link(opt::InputArgList &args) { in link()