Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h195 unsigned ChildRecurseDepth = -1U; member
216 Opts.ChildRecurseDepth = 0; in getForSingleDIE()
224 if (ChildRecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
225 Opts.ChildRecurseDepth = 0; in noImplicitRecursion()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp250 ChildRecurseDepth("recurse-depth", variable
255 aliasopt(ChildRecurseDepth), cl::NotHidden);
343 DumpOpts.ChildRecurseDepth = ChildRecurseDepth; in getDumpOpts()
558 DumpOpts.ChildRecurseDepth = 0; in lookup()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp614 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0) { in dump()
616 DumpOpts.ChildRecurseDepth--; in dump()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp546 DumpOpts.ChildRecurseDepth = 0; in shouldKeepVariableDIE()
577 DumpOpts.ChildRecurseDepth = 0; in shouldKeepSubprogramDIE()
2372 int ChildRecurseDepth) { in hashFullyQualifiedName() argument
2406 return djbHash(Name ? Name : "", djbHash(ChildRecurseDepth ? "" : "::")); in hashFullyQualifiedName()
2412 hashFullyQualifiedName(Die, *CU, File, ++ChildRecurseDepth))); in hashFullyQualifiedName()
2778 DumpOpts.ChildRecurseDepth = 0; in link()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp316 DumpOpts.ChildRecurseDepth = 0; in linkDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp123 DumpOpts.ChildRecurseDepth = 0; in link()