Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp407 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
409 StackDepth = 0; in examineStackFrames()
419 ++StackDepth; in examineStackFrames()
427 ++StackDepth; in examineStackFrames()
1068 unsigned StackDepth = 0; in shouldInlineCall() local
1069 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
1070 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DInstrumentation.h150 bool StackDepth = false; member
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp189 Options.StackDepth |= ClStackDepth; in OverrideFromCL()
193 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()
473 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()
667 if (Options.StackDepth) in instrumentFunction()
983 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h783 bool &IsRecursive, unsigned &StackDepth);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp215 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()