Lines Matching refs:DWARFDebugArangeSet
18 DWARFDebugArangeSet::DWARFDebugArangeSet() : in DWARFDebugArangeSet() function in DWARFDebugArangeSet
31 DWARFDebugArangeSet::Clear() in Clear()
43 DWARFDebugArangeSet::SetHeader in SetHeader()
58 DWARFDebugArangeSet::Compact() in Compact()
90 static bool DescriptorLessThan (const DWARFDebugArangeSet::Descriptor& range1, const DWARFDebugAran… in DescriptorLessThan()
100 DWARFDebugArangeSet::AddDescriptor(const DWARFDebugArangeSet::Descriptor& range) in AddDescriptor()
165 DWARFDebugArangeSet::Extract(const DataExtractor &data, lldb::offset_t *offset_ptr) in Extract()
230 DWARFDebugArangeSet::GetOffsetOfNextEntry() const in GetOffsetOfNextEntry()
237 DWARFDebugArangeSet::Dump(Stream *s) const in Dump()
256 bool operator() (const DWARFDebugArangeSet::Descriptor& desc) const in operator ()()
265 DWARFDebugArangeSet::FindAddress(dw_addr_t address) const in FindAddress()