Searched refs:get_llvm_tool_path (Results 1 – 3 of 3) sorted by relevance
18 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]
28 get_llvm_tool_path,167 get_llvm_tool_path(),
37 def get_llvm_tool_path() -> str: function