Searched refs:debug_map_symfile (Results 1 – 2 of 2) sorted by relevance
336 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList() local337 return debug_map_symfile->GetTypeList(); in GetTypeList()485 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetDIEToType() local486 return debug_map_symfile->GetDIEToType(); in GetDIEToType()492 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetForwardDeclCompilerTypeToDIE() local493 return debug_map_symfile->GetForwardDeclCompilerTypeToDIE(); in GetForwardDeclCompilerTypeToDIE()498 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap() local499 if (debug_map_symfile) in GetUniqueDWARFASTTypeMap()500 return debug_map_symfile->GetUniqueDWARFASTTypeMap(); in GetUniqueDWARFASTTypeMap()507 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage() local[all …]
972 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum() local973 if (debug_map_symfile) { in ParseEnum()976 def_die = debug_map_symfile->FindDefinitionDIE(decl_die); in ParseEnum()1798 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE() local1799 if (debug_map_symfile) { in ParseStructureLikeDIE()1802 type_sp = debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE( in ParseStructureLikeDIE()