Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp293 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile()
329 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile()
H A DSourceCoverageView.h104 std::string getOutputPath(StringRef Path, StringRef Extension,
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp95 static std::string getOutputPath(StringRef path, bool isDll, bool isDriver) { in getOutputPath() function
2136 config->outputFile = getOutputPath( in linkerMain()