Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp548 bool ShouldInstrument; in isFunctionInstrumented() local
550 ShouldInstrument = !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()
552 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe); in isFunctionInstrumented()
554 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe) && in isFunctionInstrumented()
557 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()
558 return ShouldInstrument; in isFunctionInstrumented()
H A DAddressSanitizer.cpp2776 bool ShouldInstrument = in suppressInstrumentationSiteForDebug() local
2780 return !ShouldInstrument; in suppressInstrumentationSiteForDebug()