HomeSort by relevance Sort by last modified time
    Searched defs:SymbolList (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.h 143 /// 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;
149 /// present in the SymbolList.
215 // private add it to PrivateSyms list, otherwise to SymbolList.
  /external/swiftshader/third_party/LLVM/tools/llvm-nm/
llvm-nm.cpp 146 SymbolListT SymbolList;
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.clear();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 35 public class SymbolList implements WnnEngine {
88 public SymbolList(OpenWnn parent, int lang) {
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 284 static SymbolListT SymbolList;
613 std::sort(SymbolList.begin(), SymbolList.end(), Cmp);
657 for (SymbolListT::iterator I = SymbolList.begin(), E = SymbolList.end();
739 SymbolList.clear();
    [all...]

Completed in 481 milliseconds