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

  /external/llvm/include/llvm/Bitcode/
Archive.h 222 typedef std::map<std::string,unsigned> SymTabType;
345 const SymTabType& getSymbolTable() { return symTab; }
519 SymTabType symTab; ///< The symbol table
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 126 typedef std::vector<Symbol*> SymTabType;
186 SymTabType& getSymbolTable();
189 const SymTabType& getSymbolTable() const;
235 SymTabType m_SymTab;

Completed in 414 milliseconds