Searched refs:getOutputPath (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 30 std::string CoveragePrinter::getOutputPath(StringRef Path, StringRef Extension, in getOutputPath() function in CoveragePrinter 60 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream()
|
H A D | SourceCoverageViewHTML.cpp | 538 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile() 577 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile() 724 auto IndexHtmlPath = Printer.getOutputPath((LCPath + "index").str(), "html", in generateSubDirectoryReport() 883 getOutputPath((LCPath + "index").str(), "html", /*InToplevel=*/false); in createIndexFile()
|
H A D | SourceCoverageViewText.cpp | 106 getOutputPath("index", "txt", /*InToplevel=*/true, /*Relative=*/false); in createIndexFile() 108 getOutputPath((LCPath + "index").str(), "txt", /*InToplevel=*/false, in createIndexFile()
|
H A D | SourceCoverageView.h | 117 std::string getOutputPath(StringRef Path, StringRef Extension, 121 /// at the path given by getOutputPath(). Otherwise, return stdout.
|
/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 127 static std::string getOutputPath(StringRef path, bool isDll, bool isDriver) { 2380 config->outputFile = getOutputPath( in linkerMain() 104 static std::string getOutputPath(StringRef path, bool isDll, bool isDriver) { getOutputPath() function
|