Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp164 StringMap<bool> InstrumentedFiles; member in __anon3a2a73410211::GCOVProfiler
477 auto It = InstrumentedFiles.find(Filename); in isFunctionInstrumented()
478 if (It != InstrumentedFiles.end()) { in isFunctionInstrumented()
504 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()