Home
last modified time | relevance | path

Searched refs:check_label_format (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py433 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format,… argument
480 output_lines.append(check_label_format % (checkprefix, func_name, ''))
483 output_lines.append(check_label_format % (checkprefix, func_name, args_and_sig))
538 check_label_format = '{} %s-LABEL: {}@%s%s'.format(comment_marker, function_def_regex)
540 check_label_format, False, preserve_names, global_vars_seen_dict)
543 check_label_format = '{} %s-LABEL: \'%s%s\''.format(comment_marker)
546 check_label_format, False, True, global_vars_seen_dict)
Dasm.py377 check_label_format = '{} %s-LABEL: %s%s:'.format(comment_marker)
379 …s(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format, True, False…
/external/llvm/utils/
Dupdate_test_checks.py191 check_label_format = "; %s-LABEL: %s:"
193 check_label_format = "; %s-LABEL: @%s("
207 output_lines.append(check_label_format % (checkprefix, func_name))