Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp711 auto &LCPath = SubTotals.Name; in Reporter()
715 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport()
724 auto IndexHtmlPath = Printer.getOutputPath((LCPath + "index").str(), "html", in generateSubDirectoryReport()
729 auto NavLink = buildTitleLinks(LCPath); in generateSubDirectoryReport()
781 std::string buildTitleLinks(StringRef LCPath) const { in generateSubDirectoryReport()
783 // calculate the number of "../" relative to current LCPath.
796 RootPath = LCPath.substr(0, *Iter); in buildTitleLinks()
803 SmallString<128> SubPath = LCPath.substr(Last, *Iter - Last); in buildTitleLinks()
874 auto &LCPath = TotalsOrErr->Name; in createIndexFile()
883 getOutputPath((LCPath in createIndexFile()
716 auto &LCPath = SubTotals.Name; generateSubDirectoryReport() local
879 auto &LCPath = TotalsOrErr->Name; createIndexFile() local
[all...]
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.cpp593 auto LCPath = Files.front().substr(0, RootLCP); in prepareDirectoryReports() local
604 FileCoverageSummary RootTotals(LCPath); in prepareDirectoryReports()
619 auto LCPath = Files.front().substr(0, LCP).str(); in prepareSubDirectoryReports() local
625 auto SubPath = File.substr(LCPath.size()); in prepareSubDirectoryReports()
665 FileCoverageSummary CurrentTotals(LCPath); in prepareSubDirectoryReports()