Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfo.cpp166 const DWARFDataExtractor &debug_info_data = m_dwarf2Data->get_debug_info_data(); in ParseCompileUnitHeadersIfNeeded()
419 while (cu->Extract(dwarf2Data->get_debug_info_data(), &offset)) in Parse()
454 if (!dwarf2Data->get_debug_info_data().ValidOffset(offset)) in Parse()
677 if (dwarf2Data->get_debug_info_data().GetByteSize() > 0) in Dump()
HDDWARFDebugInfoEntry.cpp93 … return form_value.ExtractValue(dwarf2Data->get_debug_info_data(), &offset, CompileUnitAtIndex(i)); in ExtractFormValueAtIndex()
284 const DWARFDataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in Extract()
770 const DWARFDataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in GetDIENamesAndRanges()
964 const DWARFDataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in Dump()
1226 const DWARFDataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in GetAttributes()
1327 const DWARFDataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in GetAttributeValue()
1517 const DWARFDataExtractor& debug_info = dwarf2Data->get_debug_info_data(); in GetAttributeValueAsLocation()
2273 const uint64_t abbrev_code = dwarf2Data->get_debug_info_data().GetULEB128 (&offset); in GetAbbreviationDeclarationPtr()
HDDWARFCompileUnit.cpp166 const DWARFDataExtractor& debug_info_data = m_dwarf2Data->get_debug_info_data(); in ExtractDIEsIfNeeded()
291 const DWARFDataExtractor& debug_info = m_dwarf2Data->get_debug_info_data(); in Verify()
308 …m_dwarf2Data->get_debug_info_data().Dump (s, m_offset, lldb::eFormatHex, 1, Size(), 32, LLDB_INVAL… in Verify()
HDSymbolFileDWARF.h205 const lldb_private::DWARFDataExtractor& get_debug_info_data ();
HDSymbolFileDWARF.cpp750 SymbolFileDWARF::get_debug_info_data() in get_debug_info_data() function in SymbolFileDWARF
833 if (get_debug_info_data().GetByteSize() > 0) in DebugInfo()
1773 … const DWARFDataExtractor& debug_info_data = get_debug_info_data(); in ParseChildMembers()
2168 … const DWARFDataExtractor& debug_info_data = get_debug_info_data(); in ParseChildMembers()
7369 const DWARFDataExtractor& debug_info_data = get_debug_info_data(); in ParseVariableDIE()
7411 const DWARFDataExtractor& debug_info_data = get_debug_info_data(); in ParseVariableDIE()
7415 … location.CopyOpcodeData(module, get_debug_info_data(), block_offset, block_length); in ParseVariableDIE()