Searched refs:get_debug_info_data (Results 1 – 6 of 6) sorted by relevance
51 const lldb_private::DWARFDataExtractor &get_debug_info_data() override;
97 return m_dwarf->get_debug_info_data(); in GetData()
139 const DWARFDataExtractor &SymbolFileDWARFDwo::get_debug_info_data() { in get_debug_info_data() function in SymbolFileDWARFDwo
101 const auto &debug_info_data = m_dwarf2Data->get_debug_info_data(); in ParseCompileUnitHeadersIfNeeded()
233 virtual const lldb_private::DWARFDataExtractor &get_debug_info_data();
640 const DWARFDataExtractor &SymbolFileDWARF::get_debug_info_data() { in get_debug_info_data() function in SymbolFileDWARF738 if (get_debug_info_data().GetByteSize() > 0) { in DebugInfo()