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

/frameworks/compile/linkloader/include/
H A DELFSectionRelTable.h27 class ELFSectionRelTable : public ELFSection<Bitwidth> { class in inherits:ELFSection
35 ELFSectionRelTable() { } function in class:ELFSectionRelTable
38 virtual ~ELFSectionRelTable();
43 static ELFSectionRelTable *read(Archiver &AR, ELFSectionHeaderTy const *sh);
60 #include "impl/ELFSectionRelTable.hxx"
H A DELFTypes.h39 template <unsigned Bitwidth> class ELFSectionRelTable;
173 typedef ELFSectionRelTable<BITWIDTH> ELFSectionRelTableTy; \
/frameworks/compile/linkloader/include/impl/
H A DELFSectionRelTable.hxx29 ELFSectionRelTable<Bitwidth>::~ELFSectionRelTable() {
37 void ELFSectionRelTable<Bitwidth>::print() const {
54 ELFSectionRelTable<Bitwidth> *
55 ELFSectionRelTable<Bitwidth>::read(Archiver &AR,
60 llvm::OwningPtr<ELFSectionRelTable> rt(new ELFSectionRelTable());
91 size_t ELFSectionRelTable<Bitwidth>::

Completed in 2334 milliseconds