Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp427 std::string getPathToStyle(StringRef ViewPath) { in getPathToStyle() argument
430 unsigned NumSeps = ViewPath.count(PathSep); in getPathToStyle()
436 std::string getPathToJavaScript(StringRef ViewPath) { in getPathToJavaScript() argument
439 unsigned NumSeps = ViewPath.count(PathSep); in getPathToJavaScript()
543 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile() local
544 emitPrelude(*OS.get(), Opts, getPathToStyle(ViewPath), in createViewFile()
545 getPathToJavaScript(ViewPath)); in createViewFile()