Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h173 unsigned ChildRecurseDepth = -1U; member
188 Opts.ChildRecurseDepth = 0; in getForSingleDIE()
196 if (ChildRecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
197 Opts.ChildRecurseDepth = 0; in noImplicitRecursion()
/external/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h189 unsigned ChildRecurseDepth = -1U; member
204 Opts.ChildRecurseDepth = 0; in getForSingleDIE()
212 if (ChildRecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
213 Opts.ChildRecurseDepth = 0; in noImplicitRecursion()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp218 ChildRecurseDepth("recurse-depth", variable
223 aliasopt(ChildRecurseDepth));
270 DumpOpts.ChildRecurseDepth = ChildRecurseDepth; in getDumpOpts()
430 DumpOpts.ChildRecurseDepth = 0; in lookup()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp648 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0 && child) { in dump()
649 DumpOpts.ChildRecurseDepth--; in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp612 if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0 && child) { in dump()
613 DumpOpts.ChildRecurseDepth--; in dump()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp485 DumpOpts.ChildRecurseDepth = 0; in shouldKeepVariableDIE()
522 DumpOpts.ChildRecurseDepth = 0; in shouldKeepSubprogramDIE()
1958 int ChildRecurseDepth) { in hashFullyQualifiedName() argument
1992 return djbHash(Name ? Name : "", djbHash(ChildRecurseDepth ? "" : "::")); in hashFullyQualifiedName()
1998 hashFullyQualifiedName(Die, *CU, File, ++ChildRecurseDepth))); in hashFullyQualifiedName()
2421 DumpOpts.ChildRecurseDepth = 0; in link()
/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp157 DumpOpts.ChildRecurseDepth = 0; in reportWarning()