Searched refs:SymTabType (Results 1 – 7 of 7) sorted by relevance
38 const Archive::SymTabType& symtab = TheArchive->getSymbolTable(); in printSymbolTable()39 for (Archive::SymTabType::const_iterator I=symtab.begin(), E=symtab.end(); in printSymbolTable()
228 typedef std::map<std::string,unsigned> SymTabType; typedef351 const SymTabType& getSymbolTable() { return symTab; } in getSymbolTable()527 SymTabType symTab; ///< The symbol table
365 template <class SymTabType>366 void RelocSectionWithSymtabBase<SymTabType>::removeSectionReferences( in removeSectionReferences()377 template <class SymTabType>378 void RelocSectionWithSymtabBase<SymTabType>::initialize( in initialize()380 setSymTab(SecTable.getSectionOfType<SymTabType>( in initialize()394 template <class SymTabType>395 void RelocSectionWithSymtabBase<SymTabType>::finalize() { in finalize()
497 template <class SymTabType>499 SymTabType *Symbols = nullptr;500 void setSymTab(SymTabType *SymTab) { Symbols = SymTab; } in setSymTab()
245 std::pair<SymTabType::iterator,bool> Res = in writeMember()322 for ( Archive::SymTabType::iterator I = symTab.begin(), E = symTab.end(); in writeSymbolTable()
461 SymTabType::iterator SI = symTab.find(symbol); in findModuleDefiningSymbol()
340 const Archive::SymTabType& symtab = TheArchive->getSymbolTable(); in printSymbolTable()341 for (Archive::SymTabType::const_iterator I=symtab.begin(), E=symtab.end(); in printSymbolTable()