Lines Matching full:report
11 // report coverage information using the profiling instrumentation and code
47 /// \brief The report command.
48 Report
80 int report(int argc, const char **argv,
365 case Report:
366 return report(argc, argv, commandLineParser);
467 int CodeCoverageTool::report(int argc, const char **argv,
477 CoverageReport Report(ViewOpts, std::move(Coverage));
479 Report.renderFileReports(llvm::outs());
481 Report.renderFunctionReports(SourceFiles, llvm::outs());
492 return Tool.run(CodeCoverageTool::Report, argc, argv);