Home
last modified time | relevance | path

Searched refs:RecurseDepth (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/DebugInfo/
H A DDIContext.h161 unsigned RecurseDepth = -1U; member
175 Opts.RecurseDepth = 0; in getForSingleDIE()
182 if (RecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
183 Opts.RecurseDepth = 0; in noImplicitRecursion()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/DebugInfo/
H A DDIContext.h156 unsigned RecurseDepth = -1U; member
170 Opts.RecurseDepth = 0; in getForSingleDIE()
177 if (RecurseDepth == -1U && !ShowChildren) in noImplicitRecursion()
178 Opts.RecurseDepth = 0; in noImplicitRecursion()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp195 static opt<unsigned> RecurseDepth( variable
200 aliasopt(RecurseDepth));
236 DumpOpts.RecurseDepth = RecurseDepth; in getDumpOpts()
390 DumpOpts.RecurseDepth = 0; in lookup()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp195 static opt<unsigned> RecurseDepth( variable
200 aliasopt(RecurseDepth));
236 DumpOpts.RecurseDepth = RecurseDepth; in getDumpOpts()
377 DumpOpts.RecurseDepth = 0; in lookup()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DZirkaHysteresis.F90337 rc_p => RecurseDepth(rc % parent % parent, B) ! TODO: Think these through again
353 rc_p => RecurseDepth(rc % parent, B)
378 rc_p => RecurseDepth(rc % parent % parent, B)
393 rc_p => RecurseDepth(rc % parent, B)
551 rc_p => RecurseDepth(rc_p, B)
572 rc_p => RecurseDepth(mc % head, B)
/dports/biology/mothur/mothur-1.46.1/source/uchime_src/
H A Dmyutils.cpp1526 static unsigned RecurseDepth = 0; in MyCmdLine() local
1527 ++RecurseDepth; in MyCmdLine()
1553 if (RecurseDepth == 0) in MyCmdLine()
1625 --RecurseDepth; in MyCmdLine()
1626 if (RecurseDepth > 0) in MyCmdLine()
/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp525 if (DumpOpts.ShowChildren && DumpOpts.RecurseDepth > 0 && child) { in dump()
526 DumpOpts.RecurseDepth--; in dump()
/dports/devel/llvm80/llvm-8.0.1.src/tools/dsymutil/
H A DDwarfLinker.cpp233 DumpOpts.RecurseDepth = 0; in reportWarning()
612 DumpOpts.RecurseDepth = 0; in shouldKeepVariableDIE()
648 DumpOpts.RecurseDepth = 0; in shouldKeepSubprogramDIE()
1982 DWARFDie DIE, CompileUnit &U, const DebugMapObject &DMO, int RecurseDepth) { in hashFullyQualifiedName() argument
2016 return djbHash(Name ? Name : "", djbHash(RecurseDepth ? "" : "::")); in hashFullyQualifiedName()
2022 hashFullyQualifiedName(Die, *CU, DMO, ++RecurseDepth))); in hashFullyQualifiedName()
2479 DumpOpts.RecurseDepth = 0; in link()
H A DDwarfLinker.h393 int RecurseDepth = 0);
/dports/devel/llvm70/llvm-7.0.1.src/tools/dsymutil/
H A DDwarfLinker.cpp199 DumpOpts.RecurseDepth = 0;
570 DumpOpts.RecurseDepth = 0;
606 DumpOpts.RecurseDepth = 0;
1972 DWARFDie DIE, CompileUnit &U, const DebugMapObject &DMO, int RecurseDepth) {
2006 return djbHash(Name ? Name : "", djbHash(RecurseDepth ? "" : "::"));
2012 hashFullyQualifiedName(Die, *CU, DMO, ++RecurseDepth)));
2465 DumpOpts.RecurseDepth = 0;
H A DDwarfLinker.h391 int RecurseDepth = 0);
/dports/devel/llvm80/llvm-8.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp614 if (DumpOpts.ShowChildren && DumpOpts.RecurseDepth > 0 && child) { in dump()
615 DumpOpts.RecurseDepth--; in dump()
/dports/devel/llvm90/llvm-9.0.1.src/tools/dsymutil/
H A DDwarfLinker.h403 int RecurseDepth = 0);
/dports/devel/llvm10/llvm-10.0.1.src/tools/dsymutil/
H A DDwarfLinkerForBinary.h435 int RecurseDepth = 0);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h435 int RecurseDepth = 0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h676 int RecurseDepth = 0);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h687 int RecurseDepth = 0);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h674 int RecurseDepth = 0);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DWARFLinker/
H A DDWARFLinker.h687 int RecurseDepth = 0);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h680 int RecurseDepth = 0);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/DWARFLinker/
H A DDWARFLinker.h674 int RecurseDepth = 0);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h687 int RecurseDepth = 0);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h687 int RecurseDepth = 0);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h687 int RecurseDepth = 0);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h680 int RecurseDepth = 0);

12