Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp274 return LinesByFile.try_emplace(Filename, P, Filename).first->second; in getFile()
284 for (auto &I : LinesByFile) { in writeOut()
307 assert(LinesByFile.empty()); in GCOVBlock()
320 StringMap<GCOVLines> LinesByFile; member in __anon3a2a73410311::GCOVBlock