Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp353 DenseMap<const MDNode *, raw_fd_ostream *> GcnoFiles; in emitGCNO() local
362 raw_fd_ostream *&out = GcnoFiles[CU]; in emitGCNO()
375 raw_fd_ostream *&os = GcnoFiles[CU]; in emitGCNO()
410 I = GcnoFiles.begin(), E = GcnoFiles.end(); I != E; ++I) { in emitGCNO()