Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp327 return LinesByFile.try_emplace(Filename, P, Filename).first->second; in getFile()
337 for (auto &I : LinesByFile) { in writeOut()
360 assert(LinesByFile.empty()); in GCOVBlock()
373 StringMap<GCOVLines> LinesByFile; member in __anon8d0cc8750611::GCOVBlock