Home
last modified time | relevance | path

Searched refs:GetAbbrevOffset (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp305 DWARFCompileUnit::GetAbbrevOffset() const in GetAbbrevOffset() function in DWARFCompileUnit
319 bool abbr_offset_OK = m_dwarf2Data->get_debug_abbrev_data().ValidOffset(GetAbbrevOffset()); in Verify()
341 …(" The offset into the .debug_abbrev section (0x%8.8x) is not valid.\n", GetAbbrevOffset()); in Verify()
356 … m_offset, m_length, m_version, GetAbbrevOffset(), m_addr_size, GetNextCompileUnitOffset()); in Dump()
DDWARFCompileUnit.h53 dw_offset_t GetAbbrevOffset() const;