Home
last modified time | relevance | path

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

/external/llvm/utils/
Dprepare-code-coverage-artifact.py16 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/swiftshader/third_party/llvm-7.0/llvm/utils/
Dprepare-code-coverage-artifact.py20 def merge_raw_profiles(host_llvm_profdata, profile_data_dir, preserve_profiles): argument
28 subprocess.check_call([host_llvm_profdata, 'merge', '-sparse', '-f',
101 profdata_path = merge_raw_profiles(args.host_llvm_profdata,