#include "DWARFDebugArangeSet.h"
#include "DWARFDataExtractor.h"
#include "LogChannelDWARF.h"
#include "llvm/Object/Error.h"
#include <cassert>
usingnamespacelldb_private;
usingnamespacelldb_private::plugin::dwarf;
DWARFDebugArangeSet::DWARFDebugArangeSet()
: … { … }
void DWARFDebugArangeSet::Clear() { … }
llvm::Error DWARFDebugArangeSet::extract(const DWARFDataExtractor &data,
lldb::offset_t *offset_ptr) { … }
class DescriptorContainsAddress { … };
dw_offset_t DWARFDebugArangeSet::FindAddress(dw_addr_t address) const { … }