Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp2768 bool ShouldInstrument = in suppressInstrumentationSiteForDebug() local
2772 return !ShouldInstrument; in suppressInstrumentationSiteForDebug()