Searched refs:getOutputPath (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/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 | 543 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile() 582 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile() 729 auto IndexHtmlPath = Printer.getOutputPath((LCPath + "index").str(), "html", in generateSubDirectoryReport() 888 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,
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 104 static std::string getOutputPath(StringRef path, bool isDll, bool isDriver) { in getOutputPath() function 2292 config->outputFile = getOutputPath( in linkerMain()
|