Searched refs:getOutputPath (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 30 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 D | SourceCoverageViewHTML.cpp | 293 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile() 329 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile()
|
H A D | SourceCoverageView.h | 104 std::string getOutputPath(StringRef Path, StringRef Extension,
|