Searched refs:SymbolList (Results 1 – 1 of 1) sorted by relevance
635 static void sortSymbolList(std::vector<NMSymbol> &SymbolList) { in sortSymbolList() argument640 llvm::sort(SymbolList, std::greater<>()); in sortSymbolList()642 llvm::sort(SymbolList); in sortSymbolList()645 static void printExportSymbolList(const std::vector<NMSymbol> &SymbolList) { in printExportSymbolList() argument646 for (const NMSymbol &Sym : SymbolList) { in printExportSymbolList()730 std::vector<NMSymbol> &SymbolList, bool printName, in printSymbolList() argument781 for (const NMSymbol &S : SymbolList) { in printSymbolList()866 SymbolList.clear(); in printSymbolList()1222 std::vector<NMSymbol> &SymbolList) { in dumpSymbolsFromDLInfoMachO() argument1223 size_t I = SymbolList.size(); in dumpSymbolsFromDLInfoMachO()[all …]