Searched refs:createOutputStream (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.cpp | 24 return createOutputStream(Path, "txt", InToplevel); in createViewFile() 34 auto OSOrErr = createOutputStream("index", "txt", /*InToplevel=*/true); in createIndexFile()
|
H A D | SourceCoverageViewHTML.cpp | 284 auto OSOrErr = createOutputStream(Path, "html", InToplevel); in createViewFile() 398 auto CSSOrErr = createOutputStream("style", "css", /*InToplevel=*/true); in createIndexFile() 406 auto OSOrErr = createOutputStream("index", "html", /*InToplevel=*/true); in createIndexFile()
|
H A D | SourceCoverageView.h | 109 Expected<OwnedStream> createOutputStream(StringRef Path, StringRef Extension,
|
H A D | SourceCoverageView.cpp | 55 CoveragePrinter::createOutputStream(StringRef Path, StringRef Extension, in createOutputStream() function in CoveragePrinter
|