HomeSort by: relevance | last modified time | path
    Searched refs:NumInstrumented (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemProfiler.cpp 617 int NumInstrumented = 0;
620 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) {
628 NumInstrumented++;
631 if (NumInstrumented > 0)
AddressSanitizer.cpp 2883 int NumInstrumented = 0;
2885 if (!suppressInstrumentationSiteForDebug(NumInstrumented))
2891 if (!suppressInstrumentationSiteForDebug(NumInstrumented))

Completed in 20 milliseconds