Home
last modified time | relevance | path

Searched refs:m_debug_info (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h22 : DWARFIndex(module), m_debug_info(debug_info), in DWARFIndex()
67 DWARFDebugInfo *m_debug_info; variable
H A DDebugNamesDWARFIndex.h55 : DWARFIndex(module), m_debug_info(debug_info), in DebugNamesDWARFIndex()
60 DWARFDebugInfo &m_debug_info; variable
H A DDebugNamesDWARFIndex.cpp59 DWARFUnit *cu = m_debug_info.GetCompileUnit(*cu_offset); in ToDIERef()
168 DWARFUnit *cu = m_debug_info.GetCompileUnit(ref.cu_offset); in GetCompleteObjCClass()
175 DWARFDIE die = m_debug_info.GetDIE(ref); in GetCompleteObjCClass()
H A DManualDWARFIndex.cpp26 if (!m_debug_info) in Index()
29 DWARFDebugInfo &debug_info = *m_debug_info; in Index()
30 m_debug_info = nullptr; in Index()