Searched refs:ELFSectionNoBits (Results 1 – 3 of 3) sorted by relevance
31 inline ELFSectionNoBits<Bitwidth> *32 ELFSectionNoBits<Bitwidth>::read(Archiver &AR, ELFSectionHeaderTy const *sh) { in read()33 llvm::OwningPtr<ELFSectionNoBits> result(new ELFSectionNoBits()); in read()
26 class ELFSectionNoBits : public ELFSectionBits<Bitwidth> {32 static ELFSectionNoBits *read(Archiver &AR, ELFSectionHeaderTy const *sh);
37 template <unsigned Bitwidth> class ELFSectionNoBits; variable171 typedef ELFSectionNoBits<BITWIDTH> ELFSectionNoBitsTy; \