Searched refs:ExcludeRe (Results 1 – 1 of 1) sorted by relevance
166 std::vector<Regex> ExcludeRe; member in __anon09913f2a0211::GCOVProfiler455 if (FilterRe.empty() && ExcludeRe.empty()) { in isFunctionInstrumented()479 ShouldInstrument = !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()480 } else if (ExcludeRe.empty()) { in isFunctionInstrumented()484 !doesFilenameMatchARegex(RealFilename, ExcludeRe); in isFunctionInstrumented()549 ExcludeRe = createRegexesFromString(Options.Exclude); in runOnModule()