Searched refs:ClDebugMax (Results 1 – 1 of 1) sorted by relevance
384 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable2595 if (ClDebugMin < 0 || ClDebugMax < 0 || in runOnFunction()2596 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in runOnFunction()