Home | History | Annotate | Download | only in llvm-cov

Lines Matching defs:Report

11 // report coverage information using the profiling instrumentation and code
45 /// \brief The report command.
46 Report
90 int report(int argc, const char **argv,
437 case Report:
438 return report(argc, argv, commandLineParser);
582 int CodeCoverageTool::report(int argc, const char **argv,
595 CoverageReport Report(ViewOpts, std::move(Coverage));
597 Report.renderFileReports(llvm::outs());
599 Report.renderFunctionReports(SourceFiles, llvm::outs());
610 return Tool.run(CodeCoverageTool::Report, argc, argv);