Home
last modified time | relevance | path

Searched refs:get_debug_info_data (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h51 const lldb_private::DWARFDataExtractor &get_debug_info_data() override;
H A DDWARFCompileUnit.cpp97 return m_dwarf->get_debug_info_data(); in GetData()
H A DSymbolFileDWARFDwo.cpp139 const DWARFDataExtractor &SymbolFileDWARFDwo::get_debug_info_data() { in get_debug_info_data() function in SymbolFileDWARFDwo
H A DDWARFDebugInfo.cpp101 const auto &debug_info_data = m_dwarf2Data->get_debug_info_data(); in ParseCompileUnitHeadersIfNeeded()
H A DSymbolFileDWARF.h233 virtual const lldb_private::DWARFDataExtractor &get_debug_info_data();
H A DSymbolFileDWARF.cpp640 const DWARFDataExtractor &SymbolFileDWARF::get_debug_info_data() { in get_debug_info_data() function in SymbolFileDWARF
738 if (get_debug_info_data().GetByteSize() > 0) { in DebugInfo()