Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_coverage.py31 "llvm-cov-profdata-out-path": self.llvm_profdata_out_path,
50 def llvm_profdata_out_path(self) -> Optional[str]: member in CoverageOptions
66 if self.llvm_profdata_out_path is not None else '',
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/
Dcoverage_dir.py57 if self.__general.coverage.llvm_profdata_out_path:
58 profdata_out_path = Path(self.__general.coverage.llvm_profdata_out_path)