Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDSourceCoverageViewHTML.cpp251 std::string getPathToStyle(StringRef ViewPath) { in getPathToStyle() argument
254 unsigned NumSeps = ViewPath.count(PathSep); in getPathToStyle()
294 std::string ViewPath = getOutputPath(Path, "html", InToplevel); in createViewFile() local
295 emitPrelude(*OS.get(), Opts, getPathToStyle(ViewPath)); in createViewFile()