Searched defs:SymbolList (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.h143 /// SymbolList - This is the list of symbols emitted to the symbol table.
144 /// When the SymbolList is finally built, local symbols must be placed in
146 std::vector<ELFSym*> SymbolList; member in class:llvm::ELFWriter
149 /// present in the SymbolList.
215 // private add it to PrivateSyms list, otherwise to SymbolList.
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
H A Dllvm-nm.cpp146 SymbolListT SymbolList; member in namespace:__anon20335
160 std::sort(SymbolList.begin(), SymbolList.end(), CompareSymbolAddress);
162 std::sort(SymbolList.begin(), SymbolList.end(), CompareSymbolSize);
164 std::sort(SymbolList.begin(), SymbolList.end(), CompareSymbolName);
177 for (SymbolListT::iterator i = SymbolList.begin(),
178 e = SymbolList.end(); i != e; ++i) {
221 SymbolList
[all...]
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp284 static SymbolListT SymbolList; variable
613 std::sort(SymbolList.begin(), SymbolList.end(), Cmp);
657 for (SymbolListT::iterator I = SymbolList.begin(), E = SymbolList.end();
739 SymbolList.clear();
1033 SymbolList.push_back(S);
1038 for (unsigned I = 0; I < SymbolList.size(); ++I) {
1039 SymbolList[I].Name = P;

Completed in 179 milliseconds