Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/Shell/helper/
Dtoolchain.py9 from lit.llvm.subst import FindTool
50 command=FindTool('lldb'),
54 command=FindTool('lldb'),
58 command=FindTool("lldb-server"),
62 command=FindTool(dsname),
66 command=FindTool('lldb-server'),
171 command=FindTool('lldb-repro'),
175 command=FindTool('lldb-repro'),
/external/llvm-project/llvm/test/
Dlit.cfg.py14 from lit.llvm.subst import FindTool
137 ToolSubst('%lli', FindTool('lli'), post='.', extra_args=lli_args),
138 ToolSubst('%llc_dwarf', FindTool('llc'), extra_args=llc_args),
145 ToolSubst('%llvm-objcopy', FindTool('llvm-objcopy')),
146 ToolSubst('%llvm-strip', FindTool('llvm-strip')),
147 ToolSubst('%llvm-install-name-tool', FindTool('llvm-install-name-tool')),
148 ToolSubst('%llvm-bitcode-strip', FindTool('llvm-bitcode-strip')),
149 ToolSubst('%split-file', FindTool('split-file')),
/external/llvm-project/flang/test/
Dlit.cfg.py14 from lit.llvm.subst import FindTool
69 ToolSubst('%f18', command=FindTool('f18'),
75 tools.append(ToolSubst('%flang-new', command=FindTool('flang-new'), unresolved='fatal'))
/external/boringssl/src/tool/
Dtool.cc81 static tool_func_t FindTool(const std::string &name) { in FindTool() function
115 tool = FindTool(basename(argv[0])); in main()
120 tool = FindTool(argv[1]); in main()
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtool.cc81 static tool_func_t FindTool(const std::string &name) { in FindTool() function
115 tool = FindTool(basename(argv[0])); in main()
120 tool = FindTool(argv[1]); in main()
/external/llvm-project/llvm/utils/lit/lit/llvm/
Dsubst.py10 class FindTool(object): class
82 self.command = command if command is not None else FindTool(key)
115 if isinstance(self.command, FindTool):
Dconfig.py8 from lit.llvm.subst import FindTool
314 ToolSubst(r'\| \bcount\b', command=FindTool(
316 ToolSubst(r'\| \bnot\b', command=FindTool('not'), verbatim=True, unresolved='fatal')]
/external/llvm-project/clang/test/
Dlit.cfg.py14 from lit.llvm.subst import FindTool
68 ToolSubst('%clang_extdef_map', command=FindTool(
/external/llvm-project/mlir/examples/standalone/test/
Dlit.cfg.py14 from lit.llvm.subst import FindTool
/external/llvm-project/mlir/test/
Dlit.cfg.py14 from lit.llvm.subst import FindTool
/external/llvm-project/lldb/test/Shell/
Dlit.cfg.py13 from lit.llvm.subst import FindTool
/external/llvm-project/debuginfo-tests/
Dlit.cfg.py15 from lit.llvm.subst import FindTool