Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp276 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeList() local
277 return debug_map_symfile->GetTypeList(); in GetTypeList()
428 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in GetUniqueDWARFASTTypeMap() local
429 if (debug_map_symfile) in GetUniqueDWARFASTTypeMap()
430 return debug_map_symfile->GetUniqueDWARFASTTypeMap(); in GetUniqueDWARFASTTypeMap()
437 if (SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile()) in GetTypeSystemForLanguage() local
438 return debug_map_symfile->GetTypeSystemForLanguage(language); in GetTypeSystemForLanguage()
895 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in FixupAddress() local
896 if (debug_map_symfile) in FixupAddress()
897 return debug_map_symfile->LinkOSOFileAddress(this, file_addr); in FixupAddress()
[all …]
H A DDWARFASTParserClang.cpp771 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseEnum() local
772 if (debug_map_symfile) { in ParseEnum()
775 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext(die); in ParseEnum()
1657 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseStructureLikeDIE() local
1659 if (debug_map_symfile) { in ParseStructureLikeDIE()
1662 type_sp = debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE( in ParseStructureLikeDIE()
1714 SymbolFileDWARFDebugMap *debug_map_symfile = dwarf->GetDebugMapSymfile(); in ParseStructureLikeDIE() local
1715 if (debug_map_symfile) { in ParseStructureLikeDIE()
1718 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext(die); in ParseStructureLikeDIE()