Searched refs:debug_map_symfile (Results 1 – 2 of 2) sorted by relevance
276 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList() local277 return debug_map_symfile->GetTypeList(); in GetTypeList()428 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap() local429 if (debug_map_symfile) in GetUniqueDWARFASTTypeMap()430 return debug_map_symfile->GetUniqueDWARFASTTypeMap(); in GetUniqueDWARFASTTypeMap()437 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage() local438 return debug_map_symfile->GetTypeSystemForLanguage(language); in GetTypeSystemForLanguage()895 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress() local896 if (debug_map_symfile) in FixupAddress()897 return debug_map_symfile->LinkOSOFileAddress(this, file_addr); in FixupAddress()[all …]
771 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum() local772 if (debug_map_symfile) { in ParseEnum()775 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext(die); in ParseEnum()1657 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE() local1659 if (debug_map_symfile) { in ParseStructureLikeDIE()1662 type_sp = debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE( in ParseStructureLikeDIE()1714 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE() local1715 if (debug_map_symfile) { in ParseStructureLikeDIE()1718 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext(die); in ParseStructureLikeDIE()