Home
last modified time | relevance | path

Searched refs:StackDepthCallbackMin (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h167 int StackDepthCallbackMin = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp217 Options.StackDepthCallbackMin = std::max(Options.StackDepthCallbackMin, in OverrideFromCL()
1098 if (Options.StackDepthCallbackMin) { in InjectCoverageAtBlock()
1133 EstimatedStackSize >= Options.StackDepthCallbackMin) { in InjectCoverageAtBlock()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp252 Opts.StackDepthCallbackMin = CGOpts.SanitizeCoverageStackDepthCallbackMin; in getSancovOptsFromCGOpts()