Searched refs:host_llvm_cov (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | prepare-code-coverage-artifact.py | 37 def prepare_html_report(host_llvm_cov, profile, report_dir, binaries, argument 47 invocation = [host_llvm_cov, 'show'] + objects + ['-format', 'html', 53 subprocess.check_call([host_llvm_cov, 'report'] + objects + 58 def prepare_html_reports(host_llvm_cov, profdata_path, report_dir, binaries, argument 61 prepare_html_report(host_llvm_cov, profdata_path, report_dir, binaries, 67 prepare_html_report(host_llvm_cov, profdata_path, binary_report_dir, 111 prepare_html_reports(args.host_llvm_cov, profdata_path, args.report_dir,
|