Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h112 m_parent_idx (0), in DWARFDebugInfoEntry()
124 m_parent_idx = 0; in Clear()
360 …DWARFDebugInfoEntry* GetParent() { return m_parent_idx > 0 ? this - m_parent_idx : … in GetParent()
361 …DWARFDebugInfoEntry* GetParent() const { return m_parent_idx > 0 ? this - m_parent_idx : … in GetParent()
399 m_parent_idx = this - parent; in SetParent()
402 m_parent_idx = 0; in SetParent()
427 m_parent_idx = idx; in SetParentIndex()
448 …uint32_t m_parent_idx; // How many to subtract from "this" to get the parent. If zero thi… variable
DDWARFDebugInfoEntry.cpp126 m_parent_idx = 0; in FastExtract()