Home
last modified time | relevance | path

Searched refs:ELFSectionRelTable (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/linkloader/include/impl/
DELFSectionRelTable.hxx29 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>::
/frameworks/compile/linkloader/include/
DELFSectionRelTable.h27 class ELFSectionRelTable : public ELFSection<Bitwidth> {
35 ELFSectionRelTable() { } in ELFSectionRelTable() function
38 virtual ~ELFSectionRelTable();
43 static ELFSectionRelTable *read(Archiver &AR, ELFSectionHeaderTy const *sh);
DELFTypes.h39 template <unsigned Bitwidth> class ELFSectionRelTable; variable
173 typedef ELFSectionRelTable<BITWIDTH> ELFSectionRelTableTy; \