9#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFCOMPILEUNIT_H
10#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFCOMPILEUNIT_H
13#include "llvm/Support/Error.h"
DWARFCompileUnit(const DWARFCompileUnit &)=delete
static bool classof(const DWARFUnit *unit)
DWARFDIE LookupAddress(const dw_addr_t address)
void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override
DWARFCompileUnit & GetNonSkeletonUnit()
void Dump(lldb_private::Stream *s) const override
const DWARFCompileUnit & operator=(const DWARFCompileUnit &)=delete
DWARFCompileUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo)
A stream class that can stream formatted output to a file.