Searched refs:m_debug_map_symfile (Results 1 – 2 of 2) sorted by relevance
234 return m_debug_map_symfile->GetTypeList(); in GetTypeList()455 m_debug_map_symfile (NULL), in SymbolFileDWARF()514 return m_debug_map_symfile->GetUniqueDWARFASTTypeMap (); in GetUniqueDWARFASTTypeMap()522 return m_debug_map_symfile->GetClangASTContext (); in GetClangASTContext()916 cu_sp = m_debug_map_symfile->GetCompileUnit(this); in ParseCompileUnit()1260 if (m_debug_map_symfile) in ParseCompileUnitLineTable()1266 … sc.comp_unit->SetLineTable (m_debug_map_symfile->LinkOSOLineTable (this, line_table_ap.get())); in ParseCompileUnitLineTable()4766 return m_debug_map_symfile->Supports_DW_AT_APPLE_objc_complete_type (this); in Supports_DW_AT_APPLE_objc_complete_type()6033 …type_sp = m_debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE (die, type_name_const_str, tru… in ParseType()6087 … type_sp = m_debug_map_symfile->FindDefinitionTypeForDWARFDeclContext (die_decl_ctx); in ParseType()[all …]
564 SymbolFileDWARFDebugMap * m_debug_map_symfile; variable