Searched refs:SymbolList (Results 1 – 2 of 2) sorted by relevance
362 static std::vector<NMSymbol> SymbolList; variable764 llvm::sort(SymbolList, [=](const NMSymbol &A, const NMSymbol &B) -> bool { in sortAndPrintSymbolList()768 llvm::sort(SymbolList, Cmp); in sortAndPrintSymbolList()816 for (const NMSymbol &S : SymbolList) { in sortAndPrintSymbolList()916 SymbolList.clear(); in sortAndPrintSymbolList()1288 SymbolList.push_back(S);1295 for (I = 0; I < SymbolList.size(); ++I) {1296 SymbolList[I].Name = P;1351 for (const NMSymbol &S : SymbolList)1434 SymbolList.push_back(S);[all …]
284 static SymbolListT SymbolList; variable613 std::sort(SymbolList.begin(), SymbolList.end(), Cmp); in sortAndPrintSymbolList()657 for (SymbolListT::iterator I = SymbolList.begin(), E = SymbolList.end(); in sortAndPrintSymbolList()739 SymbolList.clear(); in sortAndPrintSymbolList()1033 SymbolList.push_back(S); in dumpSymbolNamesFromObject()1038 for (unsigned I = 0; I < SymbolList.size(); ++I) { in dumpSymbolNamesFromObject()1039 SymbolList[I].Name = P; in dumpSymbolNamesFromObject()