Home
last modified time | relevance | path

Searched defs:prefix_list (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dcommon.py192 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format,… argument
259 def add_ir_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
264 def add_analyze_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
Dasm.py256 def add_asm_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
/external/llvm/utils/
Dupdate_llc_test_checks.py100 def add_checks(output_lines, prefix_list, func_dict, func_name): argument
Dupdate_test_checks.py188 def add_checks(output_lines, prefix_list, func_dict, func_name, tool_basename): argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_mca_test_checks.py378 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa argument
/external/clang/include/clang/Driver/
DDriver.h123 typedef SmallVector<std::string, 4> prefix_list; typedef