Searched refs:ExcludeRe (Results 1 – 1 of 1) sorted by relevance
135 std::vector<Regex> ExcludeRe; member in __anon7e40084f0111::GCOVProfiler482 if (FilterRe.empty() && ExcludeRe.empty()) { in isFunctionInstrumented()506 ShouldInstrument = !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()507 } else if (ExcludeRe.empty()) { in isFunctionInstrumented()511 !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()567 ExcludeRe = createRegexesFromString(Options.Exclude); in runOnModule()