Searched refs:invoke_tool (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | update_cc_test_checks.py | 207 raw_tool_output = common.invoke_tool(args.clang, clang_args, filename) 219 raw_tool_output = common.invoke_tool(extra_args[0],
|
| H A D | update_analyze_test_checks.py | 111 raw_tool_outputs = common.invoke_tool(ti.args.opt_binary, opt_args, ti.path)
|
| H A D | update_llc_test_checks.py | 131 raw_tool_output = common.invoke_tool(ti.args.llc_binary or llc_tool,
|
| H A D | update_test_checks.py | 134 raw_tool_output = common.invoke_tool(tool_binary, tool_args,
|
| H A D | update_mca_test_checks.py | 303 raw_tool_output = common.invoke_tool(args.llvm_mca_binary,
|
| /openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/ |
| H A D | common.py | 286 def invoke_tool(exe, cmd_args, ir, preprocess_cmd=None, verbose=False): function
|