Searched refs:ELFSectionStrTab (Results 1 – 3 of 3) sorted by relevance
29 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()
26 class ELFSectionStrTab : public ELFSection<Bitwidth> {35 ELFSectionStrTab() { } in ELFSectionStrTab() function39 static ELFSectionStrTab *read(Archiver &AR, ELFSectionHeaderTy const *sh);
40 template <unsigned Bitwidth> class ELFSectionStrTab; variable174 typedef ELFSectionStrTab<BITWIDTH> ELFSectionStrTabTy; \