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

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

Completed in 1315 milliseconds