Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp494 bool ShouldInstrument; in isFunctionInstrumented() local
496 ShouldInstrument = !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()
498 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe); in isFunctionInstrumented()
500 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe) && in isFunctionInstrumented()
503 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()
504 return ShouldInstrument; in isFunctionInstrumented()
H A DAddressSanitizer.cpp2616 bool ShouldInstrument = in suppressInstrumentationSiteForDebug() local
2620 return !ShouldInstrument; in suppressInstrumentationSiteForDebug()