Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h190 unsigned ChildRecurseDepth = -1U; member
205 Opts.ChildRecurseDepth = 0; in getForSingleDIE()
213 if (ChildRecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
214 Opts.ChildRecurseDepth = 0; in noImplicitRecursion()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp223 ChildRecurseDepth("recurse-depth", variable
228 aliasopt(ChildRecurseDepth), cl::NotHidden);
276 DumpOpts.ChildRecurseDepth = ChildRecurseDepth; in getDumpOpts()
436 DumpOpts.ChildRecurseDepth = 0; in lookup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp638 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0) { in dump()
640 DumpOpts.ChildRecurseDepth--; in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp451 DumpOpts.ChildRecurseDepth = 0; in shouldKeepVariableDIE()
478 DumpOpts.ChildRecurseDepth = 0; in shouldKeepSubprogramDIE()
1926 int ChildRecurseDepth) { in hashFullyQualifiedName() argument
1960 return djbHash(Name ? Name : "", djbHash(ChildRecurseDepth ? "" : "::")); in hashFullyQualifiedName()
1966 hashFullyQualifiedName(Die, *CU, File, ++ChildRecurseDepth))); in hashFullyQualifiedName()
2389 DumpOpts.ChildRecurseDepth = 0; in link()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp157 DumpOpts.ChildRecurseDepth = 0; in reportWarning()