Searched refs:tool_args (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | update_mca_test_checks.py | 288 def _block_key(tool_args, prefixes): argument 291 return ' '.join([tool_args] + prefixes) 301 for prefixes, tool_args in run_infos: 302 key = _block_key(tool_args, prefixes) 304 tool_args, 331 for prefixes, tool_args in run_infos: 332 key = _block_key(tool_args, prefixes)
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | LLVMExternalProjectUtils.cmake | 14 set(tool_args "${LLVM_EXTERNAL_PROJECT_BUILD_TOOL_ARGS}") variable 15 if(NOT tool_args STREQUAL "") 16 string(CONFIGURE "${tool_args}" tool_args @ONLY) 17 string(PREPEND tool_args "-- ") 18 separate_arguments(tool_args UNIX_COMMAND "${tool_args}") 21 --config ${ARG_CONFIGURATION} ${tool_args} PARENT_SCOPE)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-debuginfod-find/ |
| H A D | debuginfod.test | 45 def test_tool(server_path, tool_args): 57 tool_args, env=env)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-debuginfod/ |
| H A D | llvm-debuginfod.test | 69 def test_tool(server_args, tool_args): 79 tool_args, env=os.environ)
|
| /llvm-project-15.0.7/llvm/utils/UpdateTestChecks/ |
| H A D | common.py | 1242 tool_args = prefix[1] 1267 [([prefix], tool_args)], func):
|