Searched refs:createOutputStream (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 529 auto OSOrErr = createOutputStream(Path, "html", InToplevel); 582 auto CSSOrErr = createOutputStream("style", "css", /*InToplevel=*/true); in buildLinkToFile() 593 auto JSOrErr = createOutputStream("control", "js", /*InToplevel=*/true); in emitStyleSheet() 653 auto OSOrErr = createOutputStream("index", "html", /*InToplevel=*/true); in createIndexFile() 717 auto OSOrErr = Printer.createOutputStream(OSPath, "html", in generateSubDirectoryReport() 878 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
|