Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
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()
DDWARFDebugRanges.h20 class DWARFDebugRanges {
22 DWARFDebugRanges();
DCMakeLists.txt26 DWARFDebugRanges.cpp
DSymbolFileDWARF.h48 class DWARFDebugRanges; variable
230 DWARFDebugRanges *GetDebugRanges();
511 std::unique_ptr<DWARFDebugRanges> m_ranges;
DDWARFUnit.cpp919 const DWARFDebugRanges *debug_ranges = m_dwarf.GetDebugRanges(); in FindRnglistFromOffset()
DSymbolFileDWARF.cpp647 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()
654 m_ranges = std::make_unique<DWARFDebugRanges>(); in GetDebugRanges()