Home
last modified time | relevance | path

Searched refs:SymbolList (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp362 static std::vector<NMSymbol> SymbolList; variable
764 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 …]
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp284 static SymbolListT SymbolList; variable
613 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()