Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp461 bool &IsRecursive, unsigned &StackDepth) { in examineStackFrames() argument
463 StackDepth = 0; in examineStackFrames()
473 ++StackDepth; in examineStackFrames()
481 ++StackDepth; in examineStackFrames()
1124 unsigned StackDepth = 0; in shouldInlineCall() local
1125 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); in shouldInlineCall()
1126 if ((StackDepth >= Opts.InlineMaxStackDepth) && in shouldInlineCall()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h145 bool StackDepth = false; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp197 Options.StackDepth |= ClStackDepth; in OverrideFromCL()
201 !Options.Inline8bitCounters && !Options.StackDepth && in OverrideFromCL()
491 if (Options.StackDepth && !SanCovLowestStack->isDeclaration()) in instrumentModule()
694 if (Options.StackDepth) in instrumentFunction()
1012 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h790 bool &IsRecursive, unsigned &StackDepth);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp226 Opts.StackDepth = CGOpts.SanitizeCoverageStackDepth; in getSancovOptsFromCGOpts()