Home
last modified time | relevance | path

Searched refs:getOutputPath (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp30 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 DSourceCoverageViewHTML.cpp543 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 DSourceCoverageViewText.cpp106 getOutputPath("index", "txt", /*InToplevel=*/true, /*Relative=*/false); in createIndexFile()
108 getOutputPath((LCPath + "index").str(), "txt", /*InToplevel=*/false, in createIndexFile()
H A DSourceCoverageView.h117 std::string getOutputPath(StringRef Path, StringRef Extension,
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp104 static std::string getOutputPath(StringRef path, bool isDll, bool isDriver) { in getOutputPath() function
2292 config->outputFile = getOutputPath( in linkerMain()