9#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFTYPEUNIT_H
10#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFTYPEUNIT_H
13#include "llvm/Support/Error.h"
void Dump(lldb_private::Stream *s) const override
void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override
DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo)
static bool classof(const DWARFUnit *unit)
dw_offset_t GetTypeOffset()
dw_offset_t GetOffset() const
A stream class that can stream formatted output to a file.