Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp136 StringMap<bool> InstrumentedFiles; member in __anon7e40084f0111::GCOVProfiler
486 auto It = InstrumentedFiles.find(Filename); in isFunctionInstrumented()
487 if (It != InstrumentedFiles.end()) { in isFunctionInstrumented()
513 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()