Searched refs:ELFSectionHeaderTable (Results 1 – 3 of 3) sorted by relevance
27 ELFSectionHeaderTable<Bitwidth>::~ELFSectionHeaderTable() { in ~ELFSectionHeaderTable()35 inline ELFSectionHeaderTable<Bitwidth> *36 ELFSectionHeaderTable<Bitwidth>::read(Archiver &AR, ELFObjectTy *owner) { in read()44 llvm::OwningPtr<ELFSectionHeaderTable> tab(new ELFSectionHeaderTable()); in read()71 inline void ELFSectionHeaderTable<Bitwidth>::print() const { in print()87 inline void ELFSectionHeaderTable<Bitwidth>::buildNameMap() { in buildNameMap()98 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) const { in getByName()110 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) { in getByName()
29 class ELFSectionHeaderTable {38 ELFSectionHeaderTable() { in ELFSectionHeaderTable() function42 ~ELFSectionHeaderTable();
36 template <unsigned Bitwidth> class ELFSectionHeaderTable; variable170 typedef ELFSectionHeaderTable<BITWIDTH> ELFSectionHeaderTableTy; \