Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/
DDIContext.h191 unsigned ChildRecurseDepth = -1U; member
209 Opts.ChildRecurseDepth = 0; in getForSingleDIE()
217 if (ChildRecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
218 Opts.ChildRecurseDepth = 0; in noImplicitRecursion()
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp228 ChildRecurseDepth("recurse-depth", variable
233 aliasopt(ChildRecurseDepth), cl::NotHidden);
303 DumpOpts.ChildRecurseDepth = ChildRecurseDepth; in getDumpOpts()
470 DumpOpts.ChildRecurseDepth = 0; in lookup()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp600 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0) { in dump()
602 DumpOpts.ChildRecurseDepth--; in dump()
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFLinker.cpp450 DumpOpts.ChildRecurseDepth = 0; in shouldKeepVariableDIE()
477 DumpOpts.ChildRecurseDepth = 0; in shouldKeepSubprogramDIE()
2044 int ChildRecurseDepth) { in hashFullyQualifiedName() argument
2078 return djbHash(Name ? Name : "", djbHash(ChildRecurseDepth ? "" : "::")); in hashFullyQualifiedName()
2084 hashFullyQualifiedName(Die, *CU, File, ++ChildRecurseDepth))); in hashFullyQualifiedName()
2540 DumpOpts.ChildRecurseDepth = 0; in link()
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp156 DumpOpts.ChildRecurseDepth = 0; in reportWarning()