Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp58 static std::string getOutputPath(opt::InputArgList *Args, in getOutputPath() function
165 std::string OutputPath = getOutputPath(&Args, Members[0]); in libDriverMain()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp31 std::string CoveragePrinter::getOutputPath(StringRef Path, StringRef Extension, in getOutputPath() function in CoveragePrinter
61 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream()
H A DSourceCoverageViewHTML.cpp295 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile()
329 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile()
H A DSourceCoverageView.h88 std::string getOutputPath(StringRef Path, StringRef Extension,
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp86 static std::string getOutputPath(StringRef Path) { in getOutputPath() function
1469 getOutputPath((*Args.filtered(OPT_INPUT).begin())->getValue()); in link()