Searched refs:InstrumentedFiles (Results 1 – 1 of 1) sorted by relevance
163 StringMap<bool> InstrumentedFiles; member in __anon434f465a0211::GCOVProfiler476 auto It = InstrumentedFiles.find(Filename); in isFunctionInstrumented()477 if (It != InstrumentedFiles.end()) { in isFunctionInstrumented()503 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()