Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dprepare-code-coverage-artifact.py25 profdata_path = os.path.join(profile_data_dir, 'Coverage.profdata')
29 manifest_path, '-o', profdata_path])
35 return profdata_path
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,
100 profdata_path = args.use_existing_profdata variable
102 profdata_path = merge_raw_profiles(args.host_llvm_profdata, variable
111 prepare_html_reports(args.host_llvm_cov, profdata_path, args.report_dir,