Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp797 bool suppressInstrumentationSiteForDebug(int &Instrumented);
2935 bool AddressSanitizer::suppressInstrumentationSiteForDebug(int &Instrumented) { in suppressInstrumentationSiteForDebug() argument
2938 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()
2939 Instrumented++; in suppressInstrumentationSiteForDebug()