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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp30 std::string CoveragePrinter::getOutputPath(StringRef Path, StringRef Extension, function in class:CoveragePrinter
60 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false);
H A DSourceCoverageView.h87 std::string getOutputPath(StringRef Path, StringRef Extension,
91 /// at the path given by getOutputPath(). Otherwise, return stdout.
H A DSourceCoverageViewHTML.cpp293 std::string ViewPath = getOutputPath(Path, "html", InToplevel);
327 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp113 static std::string getOutputPath(StringRef path) { function in namespace:lld::coff
1799 config->outputFile = getOutputPath(

Completed in 72 milliseconds