Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp543 auto &LCPath = SubTotals.Name; in generateSubDirectoryReport() local
547 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport()
556 auto IndexHtmlPath = Printer.getOutputPath((LCPath + "index").str(), "html", in generateSubDirectoryReport()
560 auto NavLink = buildTitleLinks(LCPath); in generateSubDirectoryReport()
612 std::string buildTitleLinks(StringRef LCPath) const { in buildTitleLinks()
627 RootPath = LCPath.substr(0, *Iter); in buildTitleLinks()
634 SmallString<128> SubPath = LCPath.substr(Last, *Iter - Last); in buildTitleLinks()
701 auto &LCPath = TotalsOrErr->Name; in createIndexFile() local
710 getOutputPath((LCPath + "index").str(), "html", /*InToplevel=*/false); in createIndexFile()
H A DSourceCoverageViewText.cpp63 auto &LCPath = SubTotals.Name; in generateSubDirectoryReport() local
67 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport()
103 auto &LCPath = TotalsOrErr->Name; in createIndexFile() local
108 getOutputPath((LCPath + "index").str(), "txt", /*InToplevel=*/false, in createIndexFile()
H A DCoverageReport.cpp576 auto LCPath = Files.front().substr(0, RootLCP); in prepareDirectoryReports() local
587 FileCoverageSummary RootTotals(LCPath); in prepareDirectoryReports()
602 auto LCPath = Files.front().substr(0, LCP).str(); in prepareSubDirectoryReports() local
608 auto SubPath = File.substr(LCPath.size()); in prepareSubDirectoryReports()
648 FileCoverageSummary CurrentTotals(LCPath); in prepareSubDirectoryReports()