Searched refs:profdata_path (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/utils/ |
H A D | prepare-code-coverage-artifact.py | 25 profdata_path = os.path.join(profile_data_dir, 'Coverage.profdata') 29 manifest_path, '-o', profdata_path]) 35 return profdata_path 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, 69 prepare_html_report(host_llvm_cov, profdata_path, binary_report_dir, 104 profdata_path = args.use_existing_profdata variable 106 profdata_path = merge_raw_profiles(args.host_llvm_profdata, variable 115 prepare_html_reports(args.host_llvm_cov, profdata_path, args.report_dir,
|