Searched refs:InstrumentedFiles (Results 1 – 1 of 1) sorted by relevance
136 StringMap<bool> InstrumentedFiles; member in __anon7e40084f0111::GCOVProfiler486 auto It = InstrumentedFiles.find(Filename); in isFunctionInstrumented()487 if (It != InstrumentedFiles.end()) { in isFunctionInstrumented()513 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()