Searched refs:createOutputStream (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 534 auto OSOrErr = createOutputStream(Path, "html", InToplevel); in createViewFile() 587 auto CSSOrErr = createOutputStream("style", "css", /*InToplevel=*/true); in emitStyleSheet() 598 auto JSOrErr = createOutputStream("control", "js", /*InToplevel=*/true); in emitJavaScript() 658 auto OSOrErr = createOutputStream("index", "html", /*InToplevel=*/true); in createIndexFile() 722 auto OSOrErr = Printer.createOutputStream(OSPath, "html", in generateSubDirectoryReport() 883 auto OSOrErr = createOutputStream("index", "html", /*InToplevel=*/true); in createIndexFile()
|
H A D | SourceCoverageViewText.cpp | 26 return createOutputStream(Path, "txt", InToplevel); in createViewFile() 36 auto OSOrErr = createOutputStream("index", "txt", /*InToplevel=*/true); in createIndexFile() 69 auto OSOrErr = Printer.createOutputStream(OSPath, "txt", in generateSubDirectoryReport()
|
H A D | SourceCoverageView.h | 122 Expected<OwnedStream> createOutputStream(StringRef Path, StringRef Extension,
|
H A D | SourceCoverageView.cpp | 55 CoveragePrinter::createOutputStream(StringRef Path, StringRef Extension, in createOutputStream() function in CoveragePrinter
|