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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp725 bool suppressInstrumentationSiteForDebug(int &Instrumented);
2843 bool AddressSanitizer::suppressInstrumentationSiteForDebug(int &Instrumented) { argument
2846 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax);
2847 Instrumented++;

Completed in 99 milliseconds