Lines Matching defs:depth
187 uint32_t depth = 0;
202 // depth * 2, depth * 2, "",
207 if (depth == 0)
235 die.SetParentIndex(m_die_array.size() - die_index_stack[depth-1]);
251 if (depth > 0)
252 --depth;
253 if (depth == 0)
266 ++depth;
566 DWARFCompileUnit::AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& dies, uint32_t depth) const