Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp477 bool ShouldInstrument; in isFunctionInstrumented() local
479 ShouldInstrument = !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()
481 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe); in isFunctionInstrumented()
483 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe) && in isFunctionInstrumented()
486 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()
487 return ShouldInstrument; in isFunctionInstrumented()
H A DAddressSanitizer.cpp2997 bool ShouldInstrument = in suppressInstrumentationSiteForDebug() local
3001 return !ShouldInstrument; in suppressInstrumentationSiteForDebug()