Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/impl/
DELFSectionStrTab.hxx29 ELFSectionStrTab<Bitwidth> *
30 ELFSectionStrTab<Bitwidth>::read(Archiver &AR, in read()
33 llvm::OwningPtr<ELFSectionStrTab> st(new ELFSectionStrTab()); in read()
53 void ELFSectionStrTab<Bitwidth>::print() const { in print()
/frameworks/compile/linkloader/include/
DELFSectionStrTab.h26 class ELFSectionStrTab : public ELFSection<Bitwidth> {
35 ELFSectionStrTab() { } in ELFSectionStrTab() function
39 static ELFSectionStrTab *read(Archiver &AR, ELFSectionHeaderTy const *sh);
DELFTypes.h40 template <unsigned Bitwidth> class ELFSectionStrTab; variable
174 typedef ELFSectionStrTab<BITWIDTH> ELFSectionStrTabTy; \