Searched refs:getOutputPath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 58 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 D | SourceCoverageView.cpp | 31 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 D | SourceCoverageViewHTML.cpp | 295 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile() 329 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile()
|
| H A D | SourceCoverageView.h | 88 std::string getOutputPath(StringRef Path, StringRef Extension,
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Driver.cpp | 86 static std::string getOutputPath(StringRef Path) { in getOutputPath() function 1469 getOutputPath((*Args.filtered(OPT_INPUT).begin())->getValue()); in link()
|