Home
last modified time | relevance | path

Searched refs:ClDebugMax (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp142 static cl::opt<int> ClDebugMax("memprof-debug-max", cl::desc("Debug max inst"), variable
652 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()
653 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
H A DAddressSanitizer.cpp452 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable
2937 ClDebugMin < 0 || ClDebugMax < 0 || in suppressInstrumentationSiteForDebug()
2938 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()