Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp234 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()
4828 return m_debug_map_symfile->Supports_DW_AT_APPLE_objc_complete_type (this); in Supports_DW_AT_APPLE_objc_complete_type()
6094 …type_sp = m_debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE (die, type_name_const_str, tru… in ParseType()
6148 … type_sp = m_debug_map_symfile->FindDefinitionTypeForDWARFDeclContext (die_decl_ctx); in ParseType()
[all …]
HDSymbolFileDWARF.h565 SymbolFileDWARFDebugMap * m_debug_map_symfile; variable