Searched refs:ShouldInstrument (Results 1 – 2 of 2) sorted by relevance
477 bool ShouldInstrument; in isFunctionInstrumented() local479 ShouldInstrument = !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()481 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe); in isFunctionInstrumented()483 ShouldInstrument = doesFilenameMatchARegex(RealFilename, FilterRe) && in isFunctionInstrumented()486 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()487 return ShouldInstrument; in isFunctionInstrumented()
2997 bool ShouldInstrument = in suppressInstrumentationSiteForDebug() local3001 return !ShouldInstrument; in suppressInstrumentationSiteForDebug()