Searched refs:ClDebugMax (Results 1 – 2 of 2) sorted by relevance
264 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug man inst"), variable1851 if (ClDebugMin < 0 || ClDebugMax < 0 || in runOnFunction()1852 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in runOnFunction()
379 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable2558 if (ClDebugMin < 0 || ClDebugMax < 0 || in runOnFunction()2559 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in runOnFunction()