OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profdata_path
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
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
57
def prepare_html_reports(host_llvm_cov,
profdata_path
, report_dir, binaries,
60
prepare_html_report(host_llvm_cov,
profdata_path
, report_dir, binaries,
66
prepare_html_report(host_llvm_cov,
profdata_path
, binary_report_dir,
99
profdata_path
= args.use_existing_profdata
variable
101
profdata_path
= merge_raw_profiles(args.host_llvm_profdata,
variable
110
prepare_html_reports(args.host_llvm_cov,
profdata_path
, args.report_dir,
/external/llvm/utils/
prepare-code-coverage-artifact.py
21
profdata_path
= os.path.join(profile_data_dir, 'Coverage.profdata')
25
manifest_path, '-o',
profdata_path
])
Completed in 215 milliseconds