Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp324 SmallString<128> LinkTextStr(sys::path::relative_path(FCS.Name)); in buildLinkToFile() local
325 sys::path::remove_dots(LinkTextStr, /*remove_dot_dots=*/true); in buildLinkToFile()
326 sys::path::native(LinkTextStr); in buildLinkToFile()
327 std::string LinkText = escape(LinkTextStr, Opts); in buildLinkToFile()