Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A DCMakeLists.txt103 # Instrumented tests.
109 # Instrumented loadable module objects.
114 # Instrumented loadable library tests.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp713 bool suppressInstrumentationSiteForDebug(int &Instrumented);
2667 bool AddressSanitizer::suppressInstrumentationSiteForDebug(int &Instrumented) { in suppressInstrumentationSiteForDebug() argument
2670 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()
2671 Instrumented++; in suppressInstrumentationSiteForDebug()