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.cpp16 DWARFDebugRanges::DWARFDebugRanges() : m_range_map() {} in DWARFDebugRanges() function in DWARFDebugRanges
18 void DWARFDebugRanges::Extract(DWARFContext &context) { in Extract()
44 DWARFDebugRanges::FindRanges(const DWARFUnit *cu, in FindRanges()
H A DDWARFDebugRanges.h20 class DWARFDebugRanges {
22 DWARFDebugRanges();
H A DSymbolFileDWARF.h57 class DWARFDebugRanges; variable
213 DWARFDebugRanges *GetDebugRanges();
526 std::unique_ptr<DWARFDebugRanges> m_ranges;
H A DDWARFUnit.cpp1073 const DWARFDebugRanges *debug_ranges = m_dwarf.GetDebugRanges(); in FindRnglistFromOffset()
H A DSymbolFileDWARF.cpp732 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()
738 m_ranges = std::make_unique<DWARFDebugRanges>(); in GetDebugRanges()
/freebsd/lib/clang/liblldb/
H A DMakefile557 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp