Searched refs:FindTool (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/tool/ |
D | tool.cc | 80 static tool_func_t FindTool(const std::string &name) { in FindTool() function 114 tool = FindTool(basename(argv[0])); in main() 119 tool = FindTool(argv[1]); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/ |
D | subst.py | 10 class FindTool(object): class 82 self.command = command if command is not None else FindTool(key) 114 if isinstance(self.command, FindTool):
|
D | config.py | 8 from lit.llvm.subst import FindTool 298 ToolSubst(r'\| \bcount\b', command=FindTool( 300 ToolSubst(r'\| \bnot\b', command=FindTool('not'), verbatim=True, unresolved='fatal')]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ |
D | lit.cfg.py | 14 from lit.llvm.subst import FindTool 129 ToolSubst('%lli', FindTool('lli'), post='.', extra_args=lli_args), 130 ToolSubst('%llc_dwarf', FindTool('llc'), extra_args=llc_args), 137 ToolSubst('%llvm-objcopy', FindTool('llvm-objcopy')), 138 ToolSubst('%llvm-strip', FindTool('llvm-strip')),
|