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.h198 unsigned ChildRecurseDepth = -1U; member
219 Opts.ChildRecurseDepth = 0; in getForSingleDIE()
227 if (ChildRecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
228 Opts.ChildRecurseDepth = 0; in noImplicitRecursion()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp252 ChildRecurseDepth("recurse-depth", variable
257 aliasopt(ChildRecurseDepth), cl::NotHidden);
353 DumpOpts.ChildRecurseDepth = ChildRecurseDepth; in getDumpOpts()
568 DumpOpts.ChildRecurseDepth = 0; in lookup()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp633 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0) { in dump()
635 DumpOpts.ChildRecurseDepth--; in dump()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp316 DumpOpts.ChildRecurseDepth = 0; in linkDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp546 DumpOpts.ChildRecurseDepth = 0; in shouldKeepVariableDIE()
577 DumpOpts.ChildRecurseDepth = 0; in shouldKeepSubprogramDIE()
2489 int ChildRecurseDepth) { in hashFullyQualifiedName() argument
2523 return djbHash(Name ? Name : "", djbHash(ChildRecurseDepth ? "" : "::")); in hashFullyQualifiedName()
2529 hashFullyQualifiedName(Die, *CU, File, ++ChildRecurseDepth))); in hashFullyQualifiedName()
2895 DumpOpts.ChildRecurseDepth = 0; in link()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp122 DumpOpts.ChildRecurseDepth = 0; in link()