Searched refs:ClDebugMax (Results 1 – 4 of 4) sorted by relevance
121 static cl::opt<int> ClDebugMax("memprof-debug-max", cl::desc("Debug max inst"), variable619 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()620 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
400 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable2667 ClDebugMin < 0 || ClDebugMax < 0 || in suppressInstrumentationSiteForDebug()2668 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()
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()
400 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable2715 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()2716 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()