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