Searched refs:ELFSectionRelTable (Results 1 – 3 of 3) sorted by relevance
23 ELFSectionRelTable<Bitwidth>::~ELFSectionRelTable() { in ~ELFSectionRelTable()31 void ELFSectionRelTable<Bitwidth>::print() const { in print()48 ELFSectionRelTable<Bitwidth> *49 ELFSectionRelTable<Bitwidth>::read(Archiver &AR, in read()54 llvm::OwningPtr<ELFSectionRelTable> rt(new ELFSectionRelTable()); in read()
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; \