Home
last modified time | relevance | path

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

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