Lines Matching defs:args
128 bool link(ArrayRef<const char *> args, llvm::raw_ostream &stdoutOS, in link()
481 static const char *getReproduceOption(opt::InputArgList &args) { in getReproduceOption()
487 static bool hasZOption(opt::InputArgList &args, StringRef key) { in hasZOption()
497 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag()
512 static SeparateSegmentKind getZSeparate(opt::InputArgList &args) { in getZSeparate()
529 static GnuStackKind getZGnuStack(opt::InputArgList &args) { in getZGnuStack()
546 static uint8_t getZStartStopVisibility(opt::InputArgList &args) { in getZStartStopVisibility()
568 static GcsPolicy getZGcs(opt::InputArgList &args) { in getZGcs()
588 static void checkZOptions(opt::InputArgList &args) { in checkZOptions()
605 opt::InputArgList args = parser.parse(argsArr.slice(1)); in linkerMain() local
692 static std::string getRpath(opt::InputArgList &args) { in getRpath()
699 static void setUnresolvedSymbolPolicy(opt::InputArgList &args) { in setUnresolvedSymbolPolicy()
756 static Target2Policy getTarget2(opt::InputArgList &args) { in getTarget2()
768 static bool isOutputFormatBinary(opt::InputArgList &args) { in isOutputFormatBinary()
777 static DiscardPolicy getDiscard(opt::InputArgList &args) { in getDiscard()
789 static StringRef getDynamicLinker(opt::InputArgList &args) { in getDynamicLinker()
801 static int getMemtagMode(opt::InputArgList &args) { in getMemtagMode()
825 static ICFLevel getICF(opt::InputArgList &args) { in getICF()
834 static StripPolicy getStrip(opt::InputArgList &args) { in getStrip()
846 static uint64_t parseSectionAddress(StringRef s, opt::InputArgList &args, in parseSectionAddress()
856 static StringMap<uint64_t> getSectionStartMap(opt::InputArgList &args) { in getSectionStartMap()
874 static SortSectionPolicy getSortSection(opt::InputArgList &args) { in getSortSection()
885 static OrphanHandlingPolicy getOrphanHandling(opt::InputArgList &args) { in getOrphanHandling()
900 getBuildId(opt::InputArgList &args) { in getBuildId()
922 static std::pair<bool, bool> getPackDynRelocs(opt::InputArgList &args) { in getPackDynRelocs()
1053 static void ltoValidateAllVtablesHaveTypeInfos(opt::InputArgList &args) { in ltoValidateAllVtablesHaveTypeInfos()
1113 static CGProfileSortKind getCGProfileSortKind(opt::InputArgList &args) { in getCGProfileSortKind()
1145 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, in getOldNewOptions()
1160 getOldNewOptionsExtra(opt::InputArgList &args, unsigned id) { in getOldNewOptionsExtra()
1176 static bool getIsRela(opt::InputArgList &args) { in getIsRela()
1231 static void readConfigs(opt::InputArgList &args) { in readConfigs()
1805 static void setConfigs(opt::InputArgList &args) { in setConfigs()
1900 void LinkerDriver::createFiles(opt::InputArgList &args) { in createFiles()
2054 static uint64_t getMaxPageSize(opt::InputArgList &args) { in getMaxPageSize()
2071 static uint64_t getCommonPageSize(opt::InputArgList &args) { in getCommonPageSize()
2090 static std::optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase()
2110 static DenseSet<StringRef> getExcludeLibs(opt::InputArgList &args) { in getExcludeLibs()
2132 static void excludeLibs(opt::InputArgList &args) { in excludeLibs()
2374 static void findKeepUniqueSections(opt::InputArgList &args) { in findKeepUniqueSections()
2545 static std::vector<WrappedSymbol> addWrappedSymbols(opt::InputArgList &args) { in addWrappedSymbols()
2836 template <class ELFT> void LinkerDriver::link(opt::InputArgList &args) { in link()