Searched refs:InstrumentedFiles (Results 1 – 1 of 1) sorted by relevance
169 StringMap<bool> InstrumentedFiles; member in __anon8d0cc8750211::GCOVProfiler530 auto It = InstrumentedFiles.find(Filename); in isFunctionInstrumented()531 if (It != InstrumentedFiles.end()) { in isFunctionInstrumented()557 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()