Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp389 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
391 StackDepth = 0; in examineStackFrames()
401 ++StackDepth; in examineStackFrames()
409 ++StackDepth; in examineStackFrames()
1013 unsigned StackDepth = 0; in shouldInlineCall() local
1014 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
1015 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp177 Options.StackDepth |= ClStackDepth; in OverrideFromCL()
179 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()
477 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()
661 if (Options.StackDepth) in instrumentFunction()
947 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h171 bool StackDepth = false; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h774 bool &IsRecursive, unsigned &StackDepth);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp235 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()