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