Searched refs:check_label_format (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/utils/UpdateTestChecks/ |
D | common.py | 433 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)
|
D | asm.py | 377 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/ |
D | update_test_checks.py | 191 check_label_format = "; %s-LABEL: %s:" 193 check_label_format = "; %s-LABEL: @%s(" 207 output_lines.append(check_label_format % (checkprefix, func_name))
|