Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp273 return LinesByFile.try_emplace(Filename, P, Filename).first->second; in getFile()
283 for (auto &I : LinesByFile) { in writeOut()
306 assert(LinesByFile.empty()); in GCOVBlock()
319 StringMap<GCOVLines> LinesByFile; member in __anon434f465a0311::GCOVBlock