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

  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 108 typedef std::vector<Symbol*> SymTabType;
168 SymTabType& getSymbolTable();
171 const SymTabType& getSymbolTable() const;
231 SymTabType m_SymTab;
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
Archive.h 228 typedef std::map<std::string,unsigned> SymTabType;
351 const SymTabType& getSymbolTable() { return symTab; }
527 SymTabType symTab; ///< The symbol table

Completed in 85 milliseconds