Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp227 ChildRecurseDepth("recurse-depth", variable
232 aliasopt(ChildRecurseDepth), cl::NotHidden);
295 DumpOpts.ChildRecurseDepth = ChildRecurseDepth; in getDumpOpts()
457 DumpOpts.ChildRecurseDepth = 0; in lookup()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp246 DumpOpts.ChildRecurseDepth = 0; in linkDebugInfo()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp605 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0) { in dump()
607 DumpOpts.ChildRecurseDepth--; in dump()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp451 DumpOpts.ChildRecurseDepth = 0; in shouldKeepVariableDIE()
478 DumpOpts.ChildRecurseDepth = 0; in shouldKeepSubprogramDIE()
1957 int ChildRecurseDepth) { in hashFullyQualifiedName() argument
1991 return djbHash(Name ? Name : "", djbHash(ChildRecurseDepth ? "" : "::")); in hashFullyQualifiedName()
1997 hashFullyQualifiedName(Die, *CU, File, ++ChildRecurseDepth))); in hashFullyQualifiedName()
2472 DumpOpts.ChildRecurseDepth = 0; in link()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp157 DumpOpts.ChildRecurseDepth = 0; in reportWarning()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp53 DumpOpts.ChildRecurseDepth = 0; in printDie()