Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp27 DWARFDebugRanges::DWARFDebugRanges() : m_range_map() {} in DWARFDebugRanges() function in DWARFDebugRanges
29 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()
H A DDWARFDebugRanges.h20 class DWARFDebugRanges {
22 DWARFDebugRanges();
H A DSymbolFileDWARF.h48 class DWARFDebugRanges; variable
229 DWARFDebugRanges *GetDebugRanges();
512 std::unique_ptr<DWARFDebugRanges> m_ranges;
H A DDWARFUnit.cpp962 const DWARFDebugRanges *debug_ranges = m_dwarf.GetDebugRanges(); in FindRnglistFromOffset()
H A DSymbolFileDWARF.cpp661 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()
667 m_ranges = std::make_unique<DWARFDebugRanges>(); in GetDebugRanges()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile521 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp