Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp415 m_debug_map_module_wp(), m_debug_map_symfile(nullptr), in SymbolFileDWARF()
707 cu_sp = m_debug_map_symfile->GetCompileUnit(this, dwarf_cu); in ParseCompileUnit()
2815 return m_debug_map_symfile->Supports_DW_AT_APPLE_objc_complete_type(this); in Supports_DW_AT_APPLE_objc_complete_type()
4134 if (m_debug_map_symfile == nullptr) { in GetDebugMapSymfile()
4137 m_debug_map_symfile = llvm::cast<SymbolFileDWARFDebugMap>( in GetDebugMapSymfile()
4141 return m_debug_map_symfile; in GetDebugMapSymfile()
H A DSymbolFileDWARF.h540 SymbolFileDWARFDebugMap *m_debug_map_symfile; variable