#include "DWARFDebugAranges.h"
#include "DWARFDebugArangeSet.h"
#include "DWARFUnit.h"
#include "LogChannelDWARF.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Timer.h"
usingnamespacelldb;
usingnamespacelldb_private;
usingnamespacelldb_private::plugin::dwarf;
DWARFDebugAranges::DWARFDebugAranges() : … { … }
class CountArangeDescriptors { … };
void DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) { … }
void DWARFDebugAranges::Dump(Log *log) const { … }
void DWARFDebugAranges::AppendRange(dw_offset_t offset, dw_addr_t low_pc,
dw_addr_t high_pc) { … }
void DWARFDebugAranges::Sort(bool minimize) { … }
dw_offset_t DWARFDebugAranges::FindAddress(dw_addr_t address) const { … }