Searched refs:ShouldInstrument (Results 1 – 2 of 2) sorted by relevance
494 bool ShouldInstrument; in isFunctionInstrumented() local496 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()
2616 bool ShouldInstrument = in suppressInstrumentationSiteForDebug() local2620 return !ShouldInstrument; in suppressInstrumentationSiteForDebug()