Searched refs:die_decl_ctx (Results 1 – 4 of 4) sorted by relevance
265 FindDefinitionTypeForDWARFDeclContext (const DWARFDeclContext &die_decl_ctx);
1178 …mbolFileDWARFDebugMap::FindDefinitionTypeForDWARFDeclContext (const DWARFDeclContext &die_decl_ctx) in FindDefinitionTypeForDWARFDeclContext() argument1184 type_sp = oso_dwarf->FindDefinitionTypeForDWARFDeclContext (die_decl_ctx); in FindDefinitionTypeForDWARFDeclContext()
428 const DWARFDeclContext &die_decl_ctx);
6076 DWARFDeclContext die_decl_ctx; in ParseType() local6077 die->GetDWARFDeclContext(this, dwarf_cu, die_decl_ctx); in ParseType()6080 type_sp = FindDefinitionTypeForDWARFDeclContext (die_decl_ctx); in ParseType()6087 … type_sp = m_debug_map_symfile->FindDefinitionTypeForDWARFDeclContext (die_decl_ctx); in ParseType()