diff options
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp index fd70fb88e9f..e5a72f88465 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp @@ -91,3 +91,8 @@ const DWARFDataExtractor &DWARFContext::getOrLoadStrOffsetsData() { return LoadOrGetSection(m_main_section_list, eSectionTypeDWARFDebugStrOffsets, m_data_debug_str_offsets); } + +const DWARFDataExtractor &DWARFContext::getOrLoadDebugTypesData() { + return LoadOrGetSection(m_main_section_list, eSectionTypeDWARFDebugTypes, + m_data_debug_types); +} |

