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

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfoEntry.h 112 m_parent_idx (0),
124 m_parent_idx = 0;
360 DWARFDebugInfoEntry* GetParent() { return m_parent_idx > 0 ? this - m_parent_idx : NULL; }
361 const DWARFDebugInfoEntry* GetParent() const { return m_parent_idx > 0 ? this - m_parent_idx : NULL; }
399 m_parent_idx = this - parent;
402 m_parent_idx = 0;
427 m_parent_idx = idx;
448 uint32_t m_parent_idx; // How many to subtract from "this" to get the parent. If zero this die has no paren member in class:DWARFDebugInfoEntry
    [all...]
DWARFDebugInfoEntry.cpp 126 m_parent_idx = 0;
    [all...]

Completed in 138 milliseconds