Searched refs:SymbolList (Results 1 – 2 of 2) sorted by relevance
166 SymbolListT SymbolList; variable172 std::sort(SymbolList.begin(), SymbolList.end(), CompareSymbolAddress); in SortAndPrintSymbolList()174 std::sort(SymbolList.begin(), SymbolList.end(), CompareSymbolSize); in SortAndPrintSymbolList()176 std::sort(SymbolList.begin(), SymbolList.end(), CompareSymbolName); in SortAndPrintSymbolList()189 for (SymbolListT::iterator i = SymbolList.begin(), in SortAndPrintSymbolList()190 e = SymbolList.end(); i != e; ++i) { in SortAndPrintSymbolList()234 SymbolList.clear(); in SortAndPrintSymbolList()271 SymbolList.push_back(s); in DumpSymbolNameForGlobalValue()309 SymbolList.push_back(s); in DumpSymbolNamesFromObject()
65 } SymbolList; typedef77 SymbolList *programs; // List of programs for this compilation.