Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp273 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList() local
274 return debug_map_symfile->GetTypeList(); in GetTypeList()
433 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap() local
434 if (debug_map_symfile) in GetUniqueDWARFASTTypeMap()
435 return debug_map_symfile->GetUniqueDWARFASTTypeMap(); in GetUniqueDWARFASTTypeMap()
442 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage() local
443 return debug_map_symfile->GetTypeSystemForLanguage(language); in GetTypeSystemForLanguage()
796 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress() local
797 if (debug_map_symfile) { in FixupAddress()
798 return debug_map_symfile->LinkOSOAddress(addr); in FixupAddress()
[all …]
HDDWARFASTParserClang.cpp735 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum() local
736 if (debug_map_symfile) { in ParseEnum()
739 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseEnum()
1467 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE() local
1469 if (debug_map_symfile) { in ParseStructureLikeDIE()
1472 type_sp = debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE( in ParseStructureLikeDIE()
1526 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE() local
1527 if (debug_map_symfile) { in ParseStructureLikeDIE()
1530 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseStructureLikeDIE()