Searched refs:ELFSectionRelTable (Results 1 – 3 of 3) sorted by relevance
29 ELFSectionRelTable<Bitwidth>::~ELFSectionRelTable() { in ~ELFSectionRelTable()37 void ELFSectionRelTable<Bitwidth>::print() const { in print()54 ELFSectionRelTable<Bitwidth> *55 ELFSectionRelTable<Bitwidth>::read(Archiver &AR, in read()60 llvm::OwningPtr<ELFSectionRelTable> rt(new ELFSectionRelTable()); in read()91 size_t ELFSectionRelTable<Bitwidth>::
27 class ELFSectionRelTable : public ELFSection<Bitwidth> {35 ELFSectionRelTable() { } in ELFSectionRelTable() function38 virtual ~ELFSectionRelTable();43 static ELFSectionRelTable *read(Archiver &AR, ELFSectionHeaderTy const *sh);
39 template <unsigned Bitwidth> class ELFSectionRelTable; variable173 typedef ELFSectionRelTable<BITWIDTH> ELFSectionRelTableTy; \