Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/code_coverage/package/tool/
H A Dutils.py18 get_llvm_tool_path,
21 return get_llvm_tool_path() # type: ignore[no-any-return]
23 from ..oss.utils import get_llvm_tool_path # type: ignore[no-redef]
25 return get_llvm_tool_path() # type: ignore[no-any-return]
/aosp_15_r20/external/pytorch/tools/code_coverage/package/oss/
H A Dinit.py28 get_llvm_tool_path,
167 get_llvm_tool_path(),
H A Dutils.py37 def get_llvm_tool_path() -> str: function