Searched refs:m_debug_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.h66 : DWARFIndex(module), m_debug_info(dwarf.DebugInfo()),
71 DWARFDebugInfo &m_debug_info; member in class:lldb_private::plugin::dwarf::DebugNamesDWARFIndex
H A DDebugNamesDWARFIndex.cpp62 m_debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, *unit_offset);
193 DWARFUnit *cu = m_debug_info.GetUnit(*ref);
199 DWARFDIE die = m_debug_info.GetDIE(*ref);

Completed in 113 milliseconds