Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp173 void emitPrelude(raw_ostream &OS) { in emitPrelude() function
226 emitPrelude(*OS.get()); in createViewFile()
242 emitPrelude(OSRef); in createIndexFile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp261 void emitPrelude(raw_ostream &OS, const CoverageViewOptions &Opts, in emitPrelude() function
293 emitPrelude(*OS.get(), Opts); in createViewFile()
296 emitPrelude(*OS.get(), Opts, getPathToStyle(ViewPath)); in createViewFile()
409 emitPrelude(OSRef, Opts, getPathToStyle("")); in createIndexFile()