Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAbbrev.cpp24 m_idx_offset = 0; in Clear()
43 if (m_idx_offset == 0) in Extract()
44 m_idx_offset = abbrevDeclaration.Code(); in Extract()
48 m_idx_offset = UINT32_MAX; // Out of order indexes, we can't do O(1) lookups... in Extract()
72 if (m_idx_offset == UINT32_MAX) in GetAbbreviationDeclaration()
84 uint32_t idx = abbrCode - m_idx_offset; in GetAbbreviationDeclaration()
DDWARFDebugAbbrev.h31 m_idx_offset(0), in DWARFAbbreviationDeclarationSet()
38 m_idx_offset(idx_offset), in DWARFAbbreviationDeclarationSet()
53 uint32_t m_idx_offset; variable