Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp149 const DataExtractor &debug_info_data = m_dwarf2Data->get_debug_info_data(); in ParseCompileUnitHeadersIfNeeded()
402 while (cu->Extract(dwarf2Data->get_debug_info_data(), &offset)) in Parse()
437 if (!dwarf2Data->get_debug_info_data().ValidOffset(offset)) in Parse()
660 if (dwarf2Data->get_debug_info_data().GetByteSize() > 0) in Dump()
DDWARFDebugInfoEntry.cpp93 … return form_value.ExtractValue(dwarf2Data->get_debug_info_data(), &offset, CompileUnitAtIndex(i)); in ExtractFormValueAtIndex()
284 const DataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in Extract()
768 const DataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in GetDIENamesAndRanges()
962 const DataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in Dump()
1224 const DataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in GetAttributes()
1325 const DataExtractor& debug_info_data = dwarf2Data->get_debug_info_data(); in GetAttributeValue()
1515 const DataExtractor& debug_info = dwarf2Data->get_debug_info_data(); in GetAttributeValueAsLocation()
2271 const uint64_t abbrev_code = dwarf2Data->get_debug_info_data().GetULEB128 (&offset); in GetAbbreviationDeclarationPtr()
DDWARFCompileUnit.cpp190 const DataExtractor& debug_info_data = m_dwarf2Data->get_debug_info_data(); in ExtractDIEsIfNeeded()
315 const DataExtractor& debug_info = m_dwarf2Data->get_debug_info_data(); in Verify()
332 …m_dwarf2Data->get_debug_info_data().Dump (s, m_offset, lldb::eFormatHex, 1, Size(), 32, LLDB_INVAL… in Verify()
DSymbolFileDWARF.h205 const lldb_private::DataExtractor& get_debug_info_data ();
DSymbolFileDWARF.cpp750 SymbolFileDWARF::get_debug_info_data() in get_debug_info_data() function in SymbolFileDWARF
833 if (get_debug_info_data().GetByteSize() > 0) in DebugInfo()
1765 const DataExtractor& debug_info_data = get_debug_info_data(); in ParseChildMembers()
2156 const DataExtractor& debug_info_data = get_debug_info_data(); in ParseChildMembers()
7277 const DataExtractor& debug_info_data = get_debug_info_data(); in ParseVariableDIE()
7319 const DataExtractor& debug_info_data = get_debug_info_data(); in ParseVariableDIE()
7323 … location.CopyOpcodeData(get_debug_info_data(), block_offset, block_length); in ParseVariableDIE()