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();
26 DWARFDebugRanges.cpp
48 class DWARFDebugRanges; variable230 DWARFDebugRanges *GetDebugRanges();511 std::unique_ptr<DWARFDebugRanges> m_ranges;
919 const DWARFDebugRanges *debug_ranges = m_dwarf.GetDebugRanges(); in FindRnglistFromOffset()
647 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()654 m_ranges = std::make_unique<DWARFDebugRanges>(); in GetDebugRanges()