Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h173 unsigned ChildRecurseDepth = -1U; member
188 Opts.ChildRecurseDepth = 0; in getForSingleDIE()
196 if (ChildRecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
197 Opts.ChildRecurseDepth = 0; in noImplicitRecursion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp612 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0 && child) { in dump()
613 DumpOpts.ChildRecurseDepth--; in dump()