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

/freebsd-12-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.cpp294 std::string ViewPath = getOutputPath(Path, "html", InToplevel);
328 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp62 static std::string getOutputPath(opt::InputArgList *Args, function
355 std::string OutputPath = getOutputPath(&Args, Members[0]);
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp111 static std::string getOutputPath(StringRef path) { function in namespace:lld::coff
1755 config->outputFile = getOutputPath(

Completed in 177 milliseconds