Home
last modified time | relevance | path

Searched refs:ParentRecurseDepth (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.h174 unsigned ParentRecurseDepth = -1U; member
189 Opts.ParentRecurseDepth = 0; in getForSingleDIE()
198 if (ParentRecurseDepth == -1U && !ShowParents) in noImplicitRecursion()
199 Opts.ParentRecurseDepth = 0; in noImplicitRecursion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp562 if (DumpOpts.ParentRecurseDepth > 0 && Depth >= DumpOpts.ParentRecurseDepth) in dumpParentChain()