Searched refs:LCPath (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 716 auto &LCPath = SubTotals.Name; in generateSubDirectoryReport() local 720 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport() 729 auto IndexHtmlPath = Printer.getOutputPath((LCPath + "index").str(), "html", in generateSubDirectoryReport() 734 auto NavLink = buildTitleLinks(LCPath); in generateSubDirectoryReport() 786 std::string buildTitleLinks(StringRef LCPath) const { in buildTitleLinks() 801 RootPath = LCPath.substr(0, *Iter); in buildTitleLinks() 808 SmallString<128> SubPath = LCPath.substr(Last, *Iter - Last); in buildTitleLinks() 879 auto &LCPath = TotalsOrErr->Name; in createIndexFile() local 888 getOutputPath((LCPath + "index").str(), "html", /*InToplevel=*/false); in createIndexFile()
|
H A D | SourceCoverageViewText.cpp | 63 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 D | CoverageReport.cpp | 593 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()
|