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()
485 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetDIEToType() local
486 return debug_map_symfile->GetDIEToType(); in GetDIEToType()
492 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetForwardDeclCompilerTypeToDIE() local
493 return debug_map_symfile->GetForwardDeclCompilerTypeToDIE(); in GetForwardDeclCompilerTypeToDIE()
498 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap() local
499 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 …]
H A DDWARFASTParserClang.cpp972 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum() local
973 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() local
1799 if (debug_map_symfile) { in ParseStructureLikeDIE()
1802 type_sp = debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE( in ParseStructureLikeDIE()