Home
last modified time | relevance | path

Searched refs:debug_map_symfile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp336 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList() local
337 return debug_map_symfile->GetTypeList(); in GetTypeList()
486 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetForwardDeclCompilerTypeToDIE() local
487 return debug_map_symfile->GetForwardDeclCompilerTypeToDIE(); in GetForwardDeclCompilerTypeToDIE()
492 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap() local
493 if (debug_map_symfile) in GetUniqueDWARFASTTypeMap()
494 return debug_map_symfile->GetUniqueDWARFASTTypeMap(); in GetUniqueDWARFASTTypeMap()
501 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage() local
502 return debug_map_symfile->GetTypeSystemForLanguage(language); in GetTypeSystemForLanguage()
976 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress() local
[all …]
H A DDWARFASTParserClang.cpp876 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum() local
877 if (debug_map_symfile) { in ParseEnum()
880 def_die = debug_map_symfile->FindDefinitionDIE(decl_die); in ParseEnum()
1729 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE() local
1730 if (debug_map_symfile) { in ParseStructureLikeDIE()
1733 type_sp = debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE( in ParseStructureLikeDIE()