Home
last modified time | relevance | path

Searched refs:InstrumentedFiles (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp163 StringMap<bool> InstrumentedFiles; member in __anon434f465a0211::GCOVProfiler
476 auto It = InstrumentedFiles.find(Filename); in isFunctionInstrumented()
477 if (It != InstrumentedFiles.end()) { in isFunctionInstrumented()
503 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()