HomeSort by relevance Sort by last modified time
    Searched defs:ELFSectionHeaderTable (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/linkloader/include/
ELFSectionHeaderTable.h 29 class ELFSectionHeaderTable {
38 ELFSectionHeaderTable() {
42 ~ELFSectionHeaderTable();
63 #include "impl/ELFSectionHeaderTable.hxx"
  /frameworks/compile/linkloader/include/impl/
ELFSectionHeaderTable.hxx 27 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<Bitwidth>::getByName(const std::string &name)
    [all...]

Completed in 3630 milliseconds