Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp118 static cl::opt<int> ClDebugMin("memprof-debug-min", cl::desc("Debug min inst"), variable
619 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()
620 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
H A DAddressSanitizer.cpp416 static cl::opt<int> ClDebugMin("asan-debug-min", cl::desc("Debug min inst"), variable
2769 ClDebugMin < 0 || ClDebugMax < 0 || in suppressInstrumentationSiteForDebug()
2770 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()