10 #ifndef LLVM_DEBUGINFO_DWARFTYPEUNIT_H
11 #define LLVM_DEBUGINFO_DWARFTYPEUNIT_H
25 :
DWARFUnit(DA, IS, AS, RS, SS, SOS, AOS, M, LE) {}
uint32_t getSize() const LLVM_OVERRIDE
Size in bytes of the compile unit header.
void dump(raw_ostream &OS)
DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE)
virtual uint32_t getSize() const
Size in bytes of the compile unit header.
bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) LLVM_OVERRIDE