Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp169 StringMap<bool> InstrumentedFiles; member in __anon8d0cc8750211::GCOVProfiler
530 auto It = InstrumentedFiles.find(Filename); in isFunctionInstrumented()
531 if (It != InstrumentedFiles.end()) { in isFunctionInstrumented()
557 InstrumentedFiles[Filename] = ShouldInstrument; in isFunctionInstrumented()