Searched refs:ShouldInstrument (Results 1 – 2 of 2) sorted by relevance
495 bool ShouldInstrument; in isFunctionInstrumented() local497 ShouldInstrument = !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()499 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe); in isFunctionInstrumented()501 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe) && in isFunctionInstrumented()504 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()505 return ShouldInstrument; in isFunctionInstrumented()
2936 bool ShouldInstrument = in suppressInstrumentationSiteForDebug() local2940 return !ShouldInstrument; in suppressInstrumentationSiteForDebug()