Lines Matching refs:oso_dwarf
708 SymbolFileDWARF *oso_dwarf = GetSymbolFile (sc); in ParseCompileUnitLanguage() local
709 if (oso_dwarf) in ParseCompileUnitLanguage()
710 return oso_dwarf->ParseCompileUnitLanguage (sc); in ParseCompileUnitLanguage()
717 SymbolFileDWARF *oso_dwarf = GetSymbolFile (sc); in ParseCompileUnitFunctions() local
718 if (oso_dwarf) in ParseCompileUnitFunctions()
719 return oso_dwarf->ParseCompileUnitFunctions (sc); in ParseCompileUnitFunctions()
726 SymbolFileDWARF *oso_dwarf = GetSymbolFile (sc); in ParseCompileUnitLineTable() local
727 if (oso_dwarf) in ParseCompileUnitLineTable()
728 return oso_dwarf->ParseCompileUnitLineTable (sc); in ParseCompileUnitLineTable()
735 SymbolFileDWARF *oso_dwarf = GetSymbolFile (sc); in ParseCompileUnitSupportFiles() local
736 if (oso_dwarf) in ParseCompileUnitSupportFiles()
737 return oso_dwarf->ParseCompileUnitSupportFiles (sc, support_files); in ParseCompileUnitSupportFiles()
745 SymbolFileDWARF *oso_dwarf = GetSymbolFile (sc); in ParseFunctionBlocks() local
746 if (oso_dwarf) in ParseFunctionBlocks()
747 return oso_dwarf->ParseFunctionBlocks (sc); in ParseFunctionBlocks()
755 SymbolFileDWARF *oso_dwarf = GetSymbolFile (sc); in ParseTypes() local
756 if (oso_dwarf) in ParseTypes()
757 return oso_dwarf->ParseTypes (sc); in ParseTypes()
765 SymbolFileDWARF *oso_dwarf = GetSymbolFile (sc); in ParseVariablesForContext() local
766 if (oso_dwarf) in ParseVariablesForContext()
767 return oso_dwarf->ParseVariablesForContext (sc); in ParseVariablesForContext()
777 SymbolFileDWARF *oso_dwarf = GetSymbolFileByOSOIndex (oso_idx); in ResolveTypeUID() local
778 if (oso_dwarf) in ResolveTypeUID()
779 return oso_dwarf->ResolveTypeUID (type_uid); in ResolveTypeUID()
856 SymbolFileDWARF *oso_dwarf = GetSymbolFileByOSOIndex (i); in ResolveSymbolContext() local
857 if (oso_dwarf) in ResolveSymbolContext()
858 … oso_dwarf->ResolveSymbolContext(file_spec, line, check_inlines, resolve_scope, sc_list); in ResolveSymbolContext()
882 SymbolFileDWARF *oso_dwarf = GetSymbolFileByOSOIndex (oso_idx); in PrivateFindGlobalVariables() local
883 if (oso_dwarf) in PrivateFindGlobalVariables()
885 … if (oso_dwarf->FindGlobalVariables(name, namespace_decl, true, max_matches, variables)) in PrivateFindGlobalVariables()
907 SymbolFileDWARF *oso_dwarf; in FindGlobalVariables() local
908 for (uint32_t oso_idx = 0; ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx)) != NULL); ++oso_idx) in FindGlobalVariables()
910 const uint32_t oso_matches = oso_dwarf->FindGlobalVariables (name, in FindGlobalVariables()
949 SymbolFileDWARF *oso_dwarf; in FindGlobalVariables() local
950 for (uint32_t oso_idx = 0; ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx)) != NULL); ++oso_idx) in FindGlobalVariables()
952 const uint32_t oso_matches = oso_dwarf->FindGlobalVariables (regex, in FindGlobalVariables()
1098 SymbolFileDWARF *oso_dwarf; in FindFunctions() local
1099 while ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx++)) != NULL) in FindFunctions()
1102 …if (oso_dwarf->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, true, sc_list)) in FindFunctions()
1126 SymbolFileDWARF *oso_dwarf; in FindFunctions() local
1127 while ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx++)) != NULL) in FindFunctions()
1131 if (oso_dwarf->FindFunctions(regex, include_inlines, true, sc_list)) in FindFunctions()
1151 SymbolFileDWARF *oso_dwarf = NULL; in GetTypes() local
1160 oso_dwarf = GetSymbolFileByCompUnitInfo (cu_info); in GetTypes()
1161 if (oso_dwarf) in GetTypes()
1162 oso_dwarf->GetTypes (sc_scope, type_mask, type_list); in GetTypes()
1168 while ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx++)) != NULL) in GetTypes()
1170 oso_dwarf->GetTypes (sc_scope, type_mask, type_list); in GetTypes()
1181 SymbolFileDWARF *oso_dwarf; in FindDefinitionTypeForDWARFDeclContext() local
1182 for (uint32_t oso_idx = 0; ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx)) != NULL); ++oso_idx) in FindDefinitionTypeForDWARFDeclContext()
1184 type_sp = oso_dwarf->FindDefinitionTypeForDWARFDeclContext (die_decl_ctx); in FindDefinitionTypeForDWARFDeclContext()
1199 SymbolFileDWARF *oso_dwarf; in Supports_DW_AT_APPLE_objc_complete_type() local
1200 … for (uint32_t oso_idx = 0; ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx)) != NULL); ++oso_idx) in Supports_DW_AT_APPLE_objc_complete_type()
1202 … if (skip_dwarf_oso != oso_dwarf && oso_dwarf->Supports_DW_AT_APPLE_objc_complete_type(NULL)) in Supports_DW_AT_APPLE_objc_complete_type()
1218 SymbolFileDWARF *oso_dwarf; in FindCompleteObjCDefinitionTypeForDIE() local
1219 for (uint32_t oso_idx = 0; ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx)) != NULL); ++oso_idx) in FindCompleteObjCDefinitionTypeForDIE()
1221 …type_sp = oso_dwarf->FindCompleteObjCDefinitionTypeForDIE (die, type_name, must_be_implementation); in FindCompleteObjCDefinitionTypeForDIE()
1243 SymbolFileDWARF *oso_dwarf; in FindTypes() local
1247 oso_dwarf = GetSymbolFile (sc); in FindTypes()
1248 if (oso_dwarf) in FindTypes()
1249 return oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types); in FindTypes()
1254 while ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx++)) != NULL) in FindTypes()
1255 oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types); in FindTypes()
1278 SymbolFileDWARF *oso_dwarf; in FindNamespace() local
1282 oso_dwarf = GetSymbolFile (sc); in FindNamespace()
1283 if (oso_dwarf) in FindNamespace()
1284 matching_namespace = oso_dwarf->FindNamespace (sc, name, parent_namespace_decl); in FindNamespace()
1289 ((oso_dwarf = GetSymbolFileByOSOIndex (oso_idx)) != NULL); in FindNamespace()
1292 matching_namespace = oso_dwarf->FindNamespace (sc, name, parent_namespace_decl); in FindNamespace()
1318 SymbolFileDWARFDebugMap::GetCompileUnit (SymbolFileDWARF *oso_dwarf) in GetCompileUnit() argument
1320 if (oso_dwarf) in GetCompileUnit()
1326 if (oso_symfile == oso_dwarf) in GetCompileUnit()
1340 SymbolFileDWARFDebugMap::GetCompileUnitInfo (SymbolFileDWARF *oso_dwarf) in GetCompileUnitInfo() argument
1342 if (oso_dwarf) in GetCompileUnitInfo()
1348 if (oso_symfile == oso_dwarf) in GetCompileUnitInfo()
1359 SymbolFileDWARFDebugMap::SetCompileUnit (SymbolFileDWARF *oso_dwarf, const CompUnitSP &cu_sp) in SetCompileUnit() argument
1361 if (oso_dwarf) in SetCompileUnit()
1367 if (oso_symfile == oso_dwarf) in SetCompileUnit()
1391 SymbolFileDWARF *oso_dwarf; in CompleteTagDecl() local
1393 …for (uint32_t oso_idx = 0; ((oso_dwarf = symbol_file_dwarf->GetSymbolFileByOSOIndex (oso_idx)) != … in CompleteTagDecl()
1395 if (oso_dwarf->HasForwardDeclForClangType (clang_type)) in CompleteTagDecl()
1397 oso_dwarf->ResolveClangOpaqueTypeDefinition (clang_type); in CompleteTagDecl()
1411 SymbolFileDWARF *oso_dwarf; in CompleteObjCInterfaceDecl() local
1413 …for (uint32_t oso_idx = 0; ((oso_dwarf = symbol_file_dwarf->GetSymbolFileByOSOIndex (oso_idx)) != … in CompleteObjCInterfaceDecl()
1415 if (oso_dwarf->HasForwardDeclForClangType (clang_type)) in CompleteObjCInterfaceDecl()
1417 oso_dwarf->ResolveClangOpaqueTypeDefinition (clang_type); in CompleteObjCInterfaceDecl()
1434 SymbolFileDWARF *oso_dwarf; in LayoutRecordType() local
1435 …for (uint32_t oso_idx = 0; ((oso_dwarf = symbol_file_dwarf->GetSymbolFileByOSOIndex (oso_idx)) != … in LayoutRecordType()
1437 …if (oso_dwarf->LayoutRecordType (record_decl, size, alignment, field_offsets, base_offsets, vbase_… in LayoutRecordType()
1449 SymbolFileDWARF *oso_dwarf = GetSymbolFileByOSOIndex (oso_idx); in GetClangDeclContextContainingTypeUID() local
1450 if (oso_dwarf) in GetClangDeclContextContainingTypeUID()
1451 return oso_dwarf->GetClangDeclContextContainingTypeUID (type_uid); in GetClangDeclContextContainingTypeUID()
1459 SymbolFileDWARF *oso_dwarf = GetSymbolFileByOSOIndex (oso_idx); in GetClangDeclContextForTypeUID() local
1460 if (oso_dwarf) in GetClangDeclContextForTypeUID()
1461 return oso_dwarf->GetClangDeclContextForTypeUID (sc, type_uid); in GetClangDeclContextForTypeUID()
1552 SymbolFileDWARFDebugMap::LinkOSOLineTable (SymbolFileDWARF *oso_dwarf, LineTable *line_table) in LinkOSOLineTable() argument
1554 CompileUnitInfo *cu_info = GetCompileUnitInfo (oso_dwarf); in LinkOSOLineTable()