Searched refs:SymbolList (Results 1 – 1 of 1) sorted by relevance
633 static void sortSymbolList(std::vector<NMSymbol> &SymbolList) { in sortSymbolList() argument638 llvm::sort(SymbolList, std::greater<>()); in sortSymbolList()640 llvm::sort(SymbolList); in sortSymbolList()643 static void printExportSymbolList(const std::vector<NMSymbol> &SymbolList) { in printExportSymbolList() argument644 for (const NMSymbol &Sym : SymbolList) { in printExportSymbolList()728 std::vector<NMSymbol> &SymbolList, bool printName, in printSymbolList() argument779 for (const NMSymbol &S : SymbolList) { in printSymbolList()864 SymbolList.clear(); in printSymbolList()1220 std::vector<NMSymbol> &SymbolList) { in dumpSymbolsFromDLInfoMachO() argument1221 size_t I = SymbolList.size(); in dumpSymbolsFromDLInfoMachO()[all …]