Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp422 std::string getPathToStyle(StringRef ViewPath) { in getPathToStyle() argument
425 unsigned NumSeps = ViewPath.count(PathSep); in getPathToStyle()
431 std::string getPathToJavaScript(StringRef ViewPath) { in getPathToJavaScript() argument
434 unsigned NumSeps = ViewPath.count(PathSep); in getPathToJavaScript()
538 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile() local
539 emitPrelude(*OS.get(), Opts, getPathToStyle(ViewPath), in createViewFile()
540 getPathToJavaScript(ViewPath)); in createViewFile()