Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp254 GCOVLines *&Lines = LinesByFile[Filename]; in getFile()
268 for (auto &I : LinesByFile) { in writeOut()
289 DeleteContainerSeconds(LinesByFile); in ~GCOVBlock()
296 assert(LinesByFile.empty()); in GCOVBlock()
309 StringMap<GCOVLines *> LinesByFile; member in __anonfb28f5d70211::GCOVBlock
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp271 return LinesByFile.try_emplace(Filename, Filename, os).first->second; in getFile()
281 for (auto &I : LinesByFile) { in writeOut()
305 assert(LinesByFile.empty()); in GCOVBlock()
318 StringMap<GCOVLines> LinesByFile; member in __anon0aa0896f0211::GCOVBlock