Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dtool.cc80 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/
Dsubst.py10 class FindTool(object): class
82 self.command = command if command is not None else FindTool(key)
114 if isinstance(self.command, FindTool):
Dconfig.py8 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/
Dlit.cfg.py14 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')),