Searched refs:FindTool (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lldb/test/Shell/helper/ |
D | toolchain.py | 9 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/ |
D | lit.cfg.py | 14 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/ |
D | lit.cfg.py | 14 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/ |
D | tool.cc | 81 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/ |
D | tool.cc | 81 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/ |
D | subst.py | 10 class FindTool(object): class 82 self.command = command if command is not None else FindTool(key) 115 if isinstance(self.command, FindTool):
|
D | config.py | 8 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/ |
D | lit.cfg.py | 14 from lit.llvm.subst import FindTool 68 ToolSubst('%clang_extdef_map', command=FindTool(
|
/external/llvm-project/mlir/examples/standalone/test/ |
D | lit.cfg.py | 14 from lit.llvm.subst import FindTool
|
/external/llvm-project/mlir/test/ |
D | lit.cfg.py | 14 from lit.llvm.subst import FindTool
|
/external/llvm-project/lldb/test/Shell/ |
D | lit.cfg.py | 13 from lit.llvm.subst import FindTool
|
/external/llvm-project/debuginfo-tests/ |
D | lit.cfg.py | 15 from lit.llvm.subst import FindTool
|