Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp287 std::string PathToStyle; in getPathToStyle() local
291 PathToStyle += ".." + PathSep; in getPathToStyle()
292 return PathToStyle + "style.css"; in getPathToStyle()
296 const std::string &PathToStyle = "") { in emitPrelude() argument
302 if (PathToStyle.empty()) in emitPrelude()
306 << escape(PathToStyle, Opts) << "'>"; in emitPrelude()