Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp18 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()
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 ()()
[all …]
H A DDWARFDebugArangeSet.h18 class DWARFDebugArangeSet {
41 DWARFDebugArangeSet();
46 void AddDescriptor(const DWARFDebugArangeSet::Descriptor &range);
H A DDWARFDebugAranges.cpp42 void operator()(const DWARFDebugArangeSet &set) { in operator ()()
55 DWARFDebugArangeSet set; in Extract()
63 const DWARFDebugArangeSet::Descriptor &descriptor = in Extract()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp20 void DWARFDebugArangeSet::Descriptor::dump(raw_ostream &OS, in dump()
27 void DWARFDebugArangeSet::clear() { in clear()
34 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
102 void DWARFDebugArangeSet::dump(raw_ostream &OS) const { in dump()
H A DDWARFDebugAranges.cpp28 DWARFDebugArangeSet Set; in extract()
H A DDWARFContext.cpp422 DWARFDebugArangeSet set; in dump()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.h22 class DWARFDebugArangeSet {
58 DWARFDebugArangeSet() { clear(); } in DWARFDebugArangeSet() function
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile458 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile422 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugArangeSet.cpp