Home | History | Annotate | Download | only in llvm-nm

Lines Matching defs:SymbolList

258 static SymbolListT SymbolList;
420 std::sort(SymbolList.begin(), SymbolList.end(), compareSymbolAddress);
422 std::sort(SymbolList.begin(), SymbolList.end(), compareSymbolSize);
424 std::sort(SymbolList.begin(), SymbolList.end(), compareSymbolName);
446 for (SymbolListT::iterator I = SymbolList.begin(), E = SymbolList.end();
500 SymbolList.clear();
759 SymbolList.push_back(S);
764 for (unsigned I = 0; I < SymbolList.size(); ++I) {
765 SymbolList[I].Name = P;