Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp292 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList() local
293 return debug_map_symfile->GetTypeList(); in GetTypeList()
445 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap() local
446 if (debug_map_symfile) in GetUniqueDWARFASTTypeMap()
447 return debug_map_symfile->GetUniqueDWARFASTTypeMap(); in GetUniqueDWARFASTTypeMap()
454 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage() local
455 return debug_map_symfile->GetTypeSystemForLanguage(language); in GetTypeSystemForLanguage()
780 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress() local
781 if (debug_map_symfile) in FixupAddress()
782 return debug_map_symfile->LinkOSOFileAddress(this, file_addr); in FixupAddress()
[all …]
DDWARFASTParserClang.cpp791 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum() local
792 if (debug_map_symfile) { in ParseEnum()
795 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseEnum()
1498 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE() local
1500 if (debug_map_symfile) { in ParseStructureLikeDIE()
1503 type_sp = debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE( in ParseStructureLikeDIE()
1556 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE() local
1557 if (debug_map_symfile) { in ParseStructureLikeDIE()
1560 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseStructureLikeDIE()