Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp322 SmallString<128> LinkTextStr(sys::path::relative_path(FCS.Name)); in buildLinkToFile() local
323 sys::path::remove_dots(LinkTextStr, /*remove_dot_dots=*/true); in buildLinkToFile()
324 sys::path::native(LinkTextStr); in buildLinkToFile()
325 std::string LinkText = escape(LinkTextStr, Opts); in buildLinkToFile()