Home
last modified time | relevance | path

Searched refs:DWARFDebugArangeSet (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugArangeSet.cpp18 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 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 …]
HDDWARFDebugArangeSet.h18 class DWARFDebugArangeSet
38 DWARFDebugArangeSet();
42 void AddDescriptor(const DWARFDebugArangeSet::Descriptor& range);
HDDWARFDebugAranges.cpp47 void operator() (const DWARFDebugArangeSet& set) in operator ()()
65 DWARFDebugArangeSet set; in Extract()
76 const DWARFDebugArangeSet::Descriptor &descriptor = set.GetDescriptorRef(i); in Extract()
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugArangeSet.cpp17 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()
HDDWARFDebugArangeSet.h20 class DWARFDebugArangeSet {
54 DWARFDebugArangeSet() { clear(); } in DWARFDebugArangeSet() function
HDDWARFDebugAranges.cpp23 typedef std::vector<DWARFDebugArangeSet> RangeSetColl; in extract()
25 DWARFDebugArangeSet Set; in extract()
41 const DWARFDebugArangeSet::Descriptor *ArangeDescPtr = in extract()
HDDWARFContext.cpp93 DWARFDebugArangeSet set; in dump()
/trueos/lib/clang/libllvmdebuginfo/
HDMakefile13 DWARFDebugArangeSet.cpp \
/trueos/lib/clang/liblldbPluginSymbolFileDWARF/
HDMakefile13 DWARFDebugArangeSet.cpp \