Searched refs:m_debug_map_symfile (Results 1 – 2 of 2) sorted by relevance
432 m_debug_map_module_wp(), m_debug_map_symfile(nullptr), in SymbolFileDWARF()687 cu_sp = m_debug_map_symfile->GetCompileUnit(this); in ParseCompileUnit()2665 return m_debug_map_symfile->Supports_DW_AT_APPLE_objc_complete_type(this); in Supports_DW_AT_APPLE_objc_complete_type()3847 if (m_debug_map_symfile == nullptr && !m_debug_map_module_wp.expired()) { in GetDebugMapSymfile()3850 m_debug_map_symfile = in GetDebugMapSymfile()3854 return m_debug_map_symfile; in GetDebugMapSymfile()
486 SymbolFileDWARFDebugMap *m_debug_map_symfile; variable