Searched refs:host_llvm_profdata (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/ |
D | prepare-code-coverage-artifact.py | 16 def merge_raw_profiles(host_llvm_profdata, profile_data_dir): argument 24 subprocess.check_call([host_llvm_profdata, 'merge', '-sparse', '-f', 53 merge_raw_profiles(args.host_llvm_profdata, args.profile_data_dir)
|
/external/llvm-project/llvm/utils/ |
D | prepare-code-coverage-artifact.py | 20 def merge_raw_profiles(host_llvm_profdata, profile_data_dir, preserve_profiles): argument 28 subprocess.check_call([host_llvm_profdata, 'merge', '-sparse', '-f', 102 profdata_path = merge_raw_profiles(args.host_llvm_profdata,
|