Home
last modified time | relevance | path

Searched refs:invoke_tool (Results 1 – 7 of 7) sorted by relevance

/external/llvm/utils/
Dupdate_test_checks.py75 def invoke_tool(args, cmd_args, ir): function
335 raw_tool_output = invoke_tool(args, tool_args, test)
/external/llvm-project/llvm/utils/
Dupdate_cc_test_checks.py183 raw_tool_output = common.invoke_tool(args.clang, clang_args, filename)
195 raw_tool_output = common.invoke_tool(extra_args[0],
Dupdate_analyze_test_checks.py121 raw_tool_outputs = common.invoke_tool(args.opt_binary, opt_args, test)
Dupdate_test_checks.py115 raw_tool_output = common.invoke_tool(ti.args.opt_binary, opt_args, ti.path)
Dupdate_llc_test_checks.py113 raw_tool_output = common.invoke_tool(ti.args.llc_binary or llc_tool, llc_args, ti.path)
Dupdate_mca_test_checks.py303 raw_tool_output = common.invoke_tool(args.llvm_mca_binary,
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py130 def invoke_tool(exe, cmd_args, ir): function