Searched refs:getOutputPath (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 293 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile() 329 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile()
|
| H A D | SourceCoverageView.h | 104 std::string getOutputPath(StringRef Path, StringRef Extension,
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Driver.cpp | 95 static std::string getOutputPath(StringRef path, bool isDll, bool isDriver) { in getOutputPath() function 2136 config->outputFile = getOutputPath( in linkerMain()
|