Lines Matching +full:- +full:- +full:files
1 //===- CoverageReport.h - Code coverage report ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
39 void renderFunctionReports(ArrayRef<std::string> Files,
42 /// Prepare file reports for the files specified in \p Files.
45 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
61 /// Render file reports for the files specified in \p Files.
62 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files) const;
64 /// Render file reports for the files specified in \p Files and the functions
66 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files,
76 /// Prepare reports for every non-trivial directories (which have more than 1
77 /// source files) of the source files. This class uses template method pattern.
89 /// report for all files is returned and its Name is set to the LCP of all
90 /// files. The size of \p SourceFiles must be greater than 1 or else the
123 /// recursion. \p SubFiles are the reports for those files directly in the
133 Error prepareSubDirectoryReports(const ArrayRef<StringRef> &Files,