Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp384 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable
2595 if (ClDebugMin < 0 || ClDebugMax < 0 || in runOnFunction()
2596 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in runOnFunction()