Searched refs:InstrumentedFiles (Results 1 – 1 of 1) sorted by relevance
164 StringMap<bool> InstrumentedFiles; member in __anon3a2a73410211::GCOVProfiler477 auto It = InstrumentedFiles.find(Filename); in isFunctionInstrumented()478 if (It != InstrumentedFiles.end()) { in isFunctionInstrumented()504 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()