Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp202 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug man inst"), variable
1486 if (ClDebugMin < 0 || ClDebugMax < 0 || in runOnFunction()
1487 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in runOnFunction()