Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp285 return LinesByFile.try_emplace(Filename, Filename, os).first->second; in getFile()
295 for (auto &I : LinesByFile) { in writeOut()
318 assert(LinesByFile.empty()); in GCOVBlock()
331 StringMap<GCOVLines> LinesByFile; member in __anon7e40084f0211::GCOVBlock