Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp428 std::string PathToStyle; in getPathToStyle() local
432 PathToStyle += ".." + PathSep; in getPathToStyle()
433 return PathToStyle + "style.css"; in getPathToStyle()
446 const std::string &PathToStyle = "", in emitPrelude() argument
453 if (PathToStyle.empty()) in emitPrelude()
457 << escape(PathToStyle, Opts) << "'>"; in emitPrelude()