Searched refs:DWARFDebugArangeSet (Results 1 – 9 of 9) sorted by relevance
18 DWARFDebugArangeSet::DWARFDebugArangeSet() : in DWARFDebugArangeSet() function in DWARFDebugArangeSet31 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 DWARFDataExtractor &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 ()()[all …]
18 class DWARFDebugArangeSet38 DWARFDebugArangeSet();42 void AddDescriptor(const DWARFDebugArangeSet::Descriptor& range);
47 void operator() (const DWARFDebugArangeSet& set) in operator ()()65 DWARFDebugArangeSet set; in Extract()76 const DWARFDebugArangeSet::Descriptor &descriptor = set.GetDescriptorRef(i); in Extract()
17 void DWARFDebugArangeSet::clear() { in clear()24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()90 void DWARFDebugArangeSet::dump(raw_ostream &OS) const { in dump()
20 class DWARFDebugArangeSet {54 DWARFDebugArangeSet() { clear(); } in DWARFDebugArangeSet() function
23 typedef std::vector<DWARFDebugArangeSet> RangeSetColl; in extract()25 DWARFDebugArangeSet Set; in extract()41 const DWARFDebugArangeSet::Descriptor *ArangeDescPtr = in extract()
93 DWARFDebugArangeSet set; in dump()
13 DWARFDebugArangeSet.cpp \