Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp369 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
371 StackDepth = 0; in examineStackFrames()
381 ++StackDepth; in examineStackFrames()
390 ++StackDepth; in examineStackFrames()
947 unsigned StackDepth = 0; in shouldInlineCall() local
948 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
949 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp170 Options.StackDepth |= ClStackDepth; in OverrideFromCL()
172 !Options.Inline8bitCounters && !Options.StackDepth) in OverrideFromCL()
378 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in runOnModule()
548 if (Options.StackDepth) in runOnFunction()
808 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h197 bool StackDepth = false; member
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h695 bool &IsRecursive, unsigned &StackDepth);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp212 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in addSanitizerCoveragePass()