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