Searched refs:debug_map_symfile (Results 1 – 2 of 2) sorted by relevance
273 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList() local274 return debug_map_symfile->GetTypeList(); in GetTypeList()433 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap() local434 if (debug_map_symfile) in GetUniqueDWARFASTTypeMap()435 return debug_map_symfile->GetUniqueDWARFASTTypeMap(); in GetUniqueDWARFASTTypeMap()442 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage() local443 return debug_map_symfile->GetTypeSystemForLanguage(language); in GetTypeSystemForLanguage()796 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress() local797 if (debug_map_symfile) { in FixupAddress()798 return debug_map_symfile->LinkOSOAddress(addr); in FixupAddress()[all …]
735 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum() local736 if (debug_map_symfile) { in ParseEnum()739 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseEnum()1467 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE() local1469 if (debug_map_symfile) { in ParseStructureLikeDIE()1472 type_sp = debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE( in ParseStructureLikeDIE()1526 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE() local1527 if (debug_map_symfile) { in ParseStructureLikeDIE()1530 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseStructureLikeDIE()