Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h510 SymbolFileDWARFDebugMap *m_debug_map_symfile; variable
H A DSymbolFileDWARF.cpp472 m_debug_map_symfile(nullptr), in SymbolFileDWARF()
788 cu_sp = m_debug_map_symfile->GetCompileUnit(this, dwarf_cu); in ParseCompileUnit()
3024 return m_debug_map_symfile->Supports_DW_AT_APPLE_objc_complete_type(this); in Supports_DW_AT_APPLE_objc_complete_type()
4294 if (m_debug_map_symfile == nullptr) { in GetDebugMapSymfile()
4297 m_debug_map_symfile = llvm::cast<SymbolFileDWARFDebugMap>( in GetDebugMapSymfile()
4301 return m_debug_map_symfile; in GetDebugMapSymfile()