Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dprepare-code-coverage-artifact.py37 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 +
57 def prepare_html_reports(host_llvm_cov, profdata_path, report_dir, binaries, argument
60 prepare_html_report(host_llvm_cov, profdata_path, report_dir, binaries,
66 prepare_html_report(host_llvm_cov, profdata_path, binary_report_dir,
110 prepare_html_reports(args.host_llvm_cov, profdata_path, args.report_dir,
/external/llvm/utils/
Dprepare-code-coverage-artifact.py30 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,