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/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp259 void emitPrelude(raw_ostream &OS, const CoverageViewOptions &Opts, in emitPrelude() function
291 emitPrelude(*OS.get(), Opts); in createViewFile()
294 emitPrelude(*OS.get(), Opts, getPathToStyle(ViewPath)); in createViewFile()
407 emitPrelude(OSRef, Opts, getPathToStyle("")); in createIndexFile()