Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp266 if (debug_map_symfile) in GetTypeList()
267 return debug_map_symfile->GetTypeList(); in GetTypeList()
431 if (debug_map_symfile) in GetUniqueDWARFASTTypeMap()
440 if (debug_map_symfile) { in GetTypeSystemForLanguage()
906 if (debug_map_symfile) { in FixupAddress()
907 return debug_map_symfile->LinkOSOAddress(addr); in FixupAddress()
1098 if (debug_map_symfile) { in ParseLineTable()
3483 if (debug_map_symfile) in ParseVariableDIE()
3495 if (debug_map_symfile) { in ParseVariableDIE()
3560 if (debug_map_symfile) { in ParseVariableDIE()
[all …]
H A DDWARFASTParserClang.cpp687 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF() local
689 if (debug_map_symfile) { in ParseTypeFromDWARF()
693 debug_map_symfile->FindCompleteObjCDefinitionTypeForDIE( in ParseTypeFromDWARF()
745 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF() local
747 if (debug_map_symfile) { in ParseTypeFromDWARF()
751 debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseTypeFromDWARF()
1039 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF() local
1041 if (debug_map_symfile) { in ParseTypeFromDWARF()
1045 debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseTypeFromDWARF()
1384 SymbolFileDWARFDebugMap *debug_map_symfile = in ParseTypeFromDWARF() local
[all …]