Searched refs:ShouldInstrument (Results 1 – 2 of 2) sorted by relevance
548 bool ShouldInstrument; in isFunctionInstrumented() local550 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()
2776 bool ShouldInstrument = in suppressInstrumentationSiteForDebug() local2780 return !ShouldInstrument; in suppressInstrumentationSiteForDebug()