Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/build/android/pylib/utils/
H A Dcode_coverage_utils.py16 LLVM_PROFDATA_PATH = os.path.join(constants.DIR_SOURCE_ROOT, 'third_party', variable
66 if os.path.isfile(LLVM_PROFDATA_PATH):
124 LLVM_PROFDATA_PATH,
/aosp_15_r20/external/cronet/build/android/pylib/utils/
H A Dcode_coverage_utils.py16 LLVM_PROFDATA_PATH = os.path.join(constants.DIR_SOURCE_ROOT, 'third_party', variable
66 if os.path.isfile(LLVM_PROFDATA_PATH):
124 LLVM_PROFDATA_PATH,
/aosp_15_r20/development/scripts/
H A Dacov-llvm.py72 LLVM_PROFDATA_PATH = CLANG_TOP / 'bin' / 'llvm-profdata' variable