Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/impl/
DELFSectionNoBits.hxx31 inline ELFSectionNoBits<Bitwidth> *
32 ELFSectionNoBits<Bitwidth>::read(Archiver &AR, ELFSectionHeaderTy const *sh) { in read()
33 llvm::OwningPtr<ELFSectionNoBits> result(new ELFSectionNoBits()); in read()
/frameworks/compile/linkloader/include/
DELFSectionNoBits.h26 class ELFSectionNoBits : public ELFSectionBits<Bitwidth> {
32 static ELFSectionNoBits *read(Archiver &AR, ELFSectionHeaderTy const *sh);
DELFTypes.h37 template <unsigned Bitwidth> class ELFSectionNoBits; variable
171 typedef ELFSectionNoBits<BITWIDTH> ELFSectionNoBitsTy; \