Home
last modified time | relevance | path

Searched refs:StackDepth (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp459 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
461 StackDepth = 0; in examineStackFrames()
471 ++StackDepth; in examineStackFrames()
479 ++StackDepth; in examineStackFrames()
1123 unsigned StackDepth = 0; in shouldInlineCall() local
1124 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
1125 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h156 bool StackDepth = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp194 Options.StackDepth |= ClStackDepth; in OverrideFromCL()
198 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()
478 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()
683 if (Options.StackDepth) in instrumentFunction()
996 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h766 bool &IsRecursive, unsigned &StackDepth);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp250 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()