Searched defs:ELFSectionHeaderTable (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/linkloader/include/
H A DELFSectionHeaderTable.h29 class ELFSectionHeaderTable { class
38 ELFSectionHeaderTable() { function in class:ELFSectionHeaderTable
42 ~ELFSectionHeaderTable();
63 #include "impl/ELFSectionHeaderTable.hxx"
/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx27 ELFSectionHeaderTable<Bitwidth>::~ELFSectionHeaderTable() {
35 inline ELFSectionHeaderTable<Bitwidth> *
36 ELFSectionHeaderTable<Bitwidth>::read(Archiver &AR, ELFObjectTy *owner) {
44 llvm::OwningPtr<ELFSectionHeaderTable> tab(new ELFSectionHeaderTable());
71 inline void ELFSectionHeaderTable<Bitwidth>::print() const {
87 inline void ELFSectionHeaderTable<Bitwidth>::buildNameMap() {
98 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) const {
110 ELFSectionHeaderTable<Bitwidt
[all...]

Completed in 37 milliseconds