Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dsubst.py10 class FindTool(object): class
82 self.command = command if command is not None else FindTool(key)
115 if isinstance(self.command, FindTool):
H A Dconfig.py10 from lit.llvm.subst import FindTool
392 ToolSubst(r'\| \bcount\b', command=FindTool('count'),
394 ToolSubst(r'\| \bnot\b', command=FindTool('not'),