Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 __anon46c724de0611::GCOVBlock