Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 DCMakeLists.txt27 DWARFDebugRanges.cpp
H A DSymbolFileDWARF.h51 class DWARFDebugRanges; variable
232 DWARFDebugRanges *GetDebugRanges();
565 std::unique_ptr<DWARFDebugRanges> m_ranges;
H A DDWARFUnit.cpp1030 const DWARFDebugRanges *debug_ranges = m_dwarf.GetDebugRanges(); in FindRnglistFromOffset()
H A DSymbolFileDWARF.cpp658 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()
664 m_ranges = std::make_unique<DWARFDebugRanges>(); in GetDebugRanges()
/openbsd/gnu/usr.bin/clang/liblldbPluginSymbolFile/
H A DMakefile30 DWARFDebugRanges.cpp \
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn60 "DWARFDebugRanges.cpp",
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4533 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h