Searched refs:createOutputStream (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/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 | 286 auto OSOrErr = createOutputStream(Path, "html", InToplevel); in createViewFile() 394 auto CSSOrErr = createOutputStream("style", "css", /*InToplevel=*/true); in createIndexFile() 402 auto OSOrErr = createOutputStream("index", "html", /*InToplevel=*/true); in createIndexFile()
|
| H A D | SourceCoverageView.h | 93 Expected<OwnedStream> createOutputStream(StringRef Path, StringRef Extension,
|
| H A D | SourceCoverageView.cpp | 56 CoveragePrinter::createOutputStream(StringRef Path, StringRef Extension, in createOutputStream() function in CoveragePrinter
|