Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/
H A Dprepare-code-coverage-artifact.py37 def prepare_html_report(host_llvm_cov, profile, report_dir, binaries, argument
48 '-instr-profile', profile, '-o', report_dir,
54 with open(os.path.join(report_dir, 'summary.txt'), 'wb') as Summary:
60 def prepare_html_reports(host_llvm_cov, profdata_path, report_dir, binaries, argument
63 prepare_html_report(host_llvm_cov, profdata_path, report_dir, binaries,
67 binary_report_dir = os.path.join(report_dir,
115 prepare_html_reports(args.host_llvm_cov, profdata_path, args.report_dir,