Searched refs:DWARFDebugRanges (Results 1 – 6 of 6) 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();
48 class DWARFDebugRanges; variable229 DWARFDebugRanges *GetDebugRanges();512 std::unique_ptr<DWARFDebugRanges> m_ranges;
962 const DWARFDebugRanges *debug_ranges = m_dwarf.GetDebugRanges(); in FindRnglistFromOffset()
661 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()667 m_ranges = std::make_unique<DWARFDebugRanges>(); in GetDebugRanges()
521 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp