HomeSort by relevance Sort by last modified time
    Searched refs:m_idx_offset (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAbbrev.cpp 24 m_idx_offset = 0;
43 if (m_idx_offset == 0)
44 m_idx_offset = abbrevDeclaration.Code();
48 m_idx_offset = UINT32_MAX; // Out of order indexes, we can't do O(1) lookups...
72 if (m_idx_offset == UINT32_MAX)
84 uint32_t idx = abbrCode - m_idx_offset;
DWARFDebugAbbrev.h 31 m_idx_offset(0),
38 m_idx_offset(idx_offset),
53 uint32_t m_idx_offset; member in class:DWARFAbbreviationDeclarationSet

Completed in 154 milliseconds