Home
last modified time | relevance | path

Searched refs:m_debug_map_symfile (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp413 m_debug_map_module_wp(), m_debug_map_symfile(NULL), m_data_debug_abbrev(), in SymbolFileDWARF()
806 cu_sp = m_debug_map_symfile->GetCompileUnit(this); in ParseCompileUnit()
2766 return m_debug_map_symfile->Supports_DW_AT_APPLE_objc_complete_type(this); in Supports_DW_AT_APPLE_objc_complete_type()
3860 if (m_debug_map_symfile == NULL && !m_debug_map_module_wp.expired()) { in GetDebugMapSymfile()
3865 m_debug_map_symfile = in GetDebugMapSymfile()
3869 return m_debug_map_symfile; in GetDebugMapSymfile()
H A DSymbolFileDWARF.h457 SymbolFileDWARFDebugMap *m_debug_map_symfile; variable