Home
last modified time | relevance | path

Searched refs:DWARFDebugRanges (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp1 //===-- DWARFDebugRanges.cpp ----------------------------------------------===//
9 #include "DWARFDebugRanges.h"
16 DWARFDebugRanges::DWARFDebugRanges() : m_range_map() {}
18 void DWARFDebugRanges::Extract(DWARFContext &context) { in Extract()
44 DWARFDebugRanges::FindRanges(const DWARFUnit *cu, in FindRanges()
15 DWARFDebugRanges::DWARFDebugRanges() : m_range_map() {} DWARFDebugRanges() function in DWARFDebugRanges
H A DDWARFDebugRanges.h1 //===-- DWARFDebugRanges.h --------------------------------------*- C++ -*-===//
20 class DWARFDebugRanges {
22 DWARFDebugRanges();
H A DSymbolFileDWARF.h57 class DWARFDebugRanges; variable
215 DWARFDebugRanges *GetDebugRanges();
534 std::unique_ptr<DWARFDebugRanges> m_ranges;
H A DDWARFUnit.cpp1026 const DWARFDebugRanges *debug_ranges = m_dwarf.GetDebugRanges(); in FindRnglistFromOffset()
H A DSymbolFileDWARF.cpp740 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()
745 m_ranges = std::make_unique<DWARFDebugRanges>(); in GetDebugRanges()
/freebsd/lib/clang/liblldb/
H A DMakefile569 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp