Lines Matching refs:DWARFDebugArangeSet
18 DWARFDebugArangeSet::DWARFDebugArangeSet() in DWARFDebugArangeSet() function in DWARFDebugArangeSet
27 void DWARFDebugArangeSet::Clear() { in Clear()
37 void DWARFDebugArangeSet::SetHeader(uint16_t version, uint32_t cu_offset, in SetHeader()
45 void DWARFDebugArangeSet::Compact() { in Compact()
77 static bool DescriptorLessThan(const DWARFDebugArangeSet::Descriptor &range1, in DescriptorLessThan()
78 const DWARFDebugArangeSet::Descriptor &range2) { in DescriptorLessThan()
86 void DWARFDebugArangeSet::AddDescriptor( in AddDescriptor()
87 const DWARFDebugArangeSet::Descriptor &range) { in AddDescriptor()
134 bool DWARFDebugArangeSet::Extract(const DWARFDataExtractor &data, in Extract()
228 dw_offset_t DWARFDebugArangeSet::GetOffsetOfNextEntry() const { in GetOffsetOfNextEntry()
232 void DWARFDebugArangeSet::Dump(Stream *s) const { in Dump()
249 bool operator()(const DWARFDebugArangeSet::Descriptor &desc) const { in operator ()()
258 dw_offset_t DWARFDebugArangeSet::FindAddress(dw_addr_t address) const { in FindAddress()