Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h38 : m_offset(DW_INVALID_OFFSET), m_parent_idx(0), m_sibling_idx(0), in DWARFDebugInfoEntry()
136 return m_sibling_idx > 0 ? this + m_sibling_idx : nullptr; in GetSibling()
139 return m_sibling_idx > 0 ? this + m_sibling_idx : nullptr; in GetSibling()
157 void SetSiblingIndex(uint32_t idx) { m_sibling_idx = idx; } in SetSiblingIndex()
172 uint32_t m_sibling_idx : 31, // How many to add to "this" to get the sibling. variable
DDWARFDebugInfoEntry.cpp44 m_sibling_idx = 0; in Extract()
881 m_sibling_idx == rhs.m_sibling_idx && in operator ==()