Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp121 static cl::opt<int> ClDebugMax("memprof-debug-max", cl::desc("Debug max inst"), variable
619 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()
620 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
DAddressSanitizer.cpp400 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable
2667 ClDebugMin < 0 || ClDebugMax < 0 || in suppressInstrumentationSiteForDebug()
2668 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp264 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug man inst"), variable
1851 if (ClDebugMin < 0 || ClDebugMax < 0 || in runOnFunction()
1852 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp400 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable
2715 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()
2716 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()