Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h113 m_sibling_idx (0), in DWARFDebugInfoEntry()
125 m_sibling_idx = 0; in Clear()
364 …WARFDebugInfoEntry* GetSibling() { return m_sibling_idx > 0 ? this + m_sibling_idx :… in GetSibling()
365 …WARFDebugInfoEntry* GetSibling() const { return m_sibling_idx > 0 ? this + m_sibling_idx :… in GetSibling()
411 m_sibling_idx = sibling - this; in SetSibling()
415 m_sibling_idx = 0; in SetSibling()
421 m_sibling_idx = idx; in SetSiblingIndex()
449 uint32_t m_sibling_idx:31, // How many to add to "this" to get the sibling. variable
DDWARFDebugInfoEntry.cpp127 m_sibling_idx = 0; in FastExtract()