Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/impl/
DELFSectionHeaderTable.hxx27 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()
/frameworks/compile/linkloader/include/
DELFSectionHeaderTable.h29 class ELFSectionHeaderTable {
38 ELFSectionHeaderTable() { in ELFSectionHeaderTable() function
42 ~ELFSectionHeaderTable();
DELFTypes.h36 template <unsigned Bitwidth> class ELFSectionHeaderTable; variable
170 typedef ELFSectionHeaderTable<BITWIDTH> ELFSectionHeaderTableTy; \