Lines Matching refs:recurse_depth
458 recurse_depth(depth), in DumpInfo()
466 const uint32_t recurse_depth; member
507 if (curr_depth < dumpInfo->recurse_depth) in DumpCallback()
538 if (!die->HasChildren() || dumpInfo->recurse_depth == 0) in DumpCallback()
550 …if (dumpInfo->recurse_depth == UINT32_MAX || curr_depth <= dumpInfo->found_depth + dumpInfo->recur… in DumpCallback()
655 const uint32_t recurse_depth in Dump() argument
658 DumpInfo dumpInfo(s, die_offset, recurse_depth); in Dump()
667 if (recurse_depth != UINT32_MAX) in Dump()
668 s->Printf(" recursing %u levels deep.", recurse_depth); in Dump()
688 DWARFDebugInfo::Dump (Stream *s, const uint32_t die_offset, const uint32_t recurse_depth) in Dump() argument
690 DumpInfo dumpInfo(s, die_offset, recurse_depth); in Dump()
704 die->Dump(m_dwarf2Data, cu_sp.get(), *s, recurse_depth); in Dump()