Searched refs:host_llvm_cov (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/utils/ |
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,
|
/external/llvm/utils/ |
D | prepare-code-coverage-artifact.py | 30 def extract_covmappings(host_llvm_cov, profile_data_dir, llvm_bin_dir): argument 38 subprocess.check_call([host_llvm_cov, 'convert-for-testing', 54 extract_covmappings(args.host_llvm_cov, args.profile_data_dir,
|