Searched refs:DWARFDebugRanges (Results 1 – 9 of 9) sorted by relevance
27 DWARFDebugRanges::DWARFDebugRanges() : m_range_map() {} in DWARFDebugRanges() function in DWARFDebugRanges29 void DWARFDebugRanges::Extract(DWARFContext &context) { in Extract()40 bool DWARFDebugRanges::Extract(DWARFContext &context, in Extract()75 void DWARFDebugRanges::Dump(Stream &s, in Dump()111 bool DWARFDebugRanges::FindRanges(const DWARFUnit *cu, in FindRanges()
20 class DWARFDebugRanges {22 DWARFDebugRanges();
27 DWARFDebugRanges.cpp
51 class DWARFDebugRanges; variable232 DWARFDebugRanges *GetDebugRanges();565 std::unique_ptr<DWARFDebugRanges> m_ranges;
1030 const DWARFDebugRanges *debug_ranges = m_dwarf.GetDebugRanges(); in FindRnglistFromOffset()
658 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()664 m_ranges = std::make_unique<DWARFDebugRanges>(); in GetDebugRanges()
30 DWARFDebugRanges.cpp \
60 "DWARFDebugRanges.cpp",
4533 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h