Searched refs:output_type (Results 1 – 4 of 4) sorted by relevance
6 output_type = 'executable' variable12 output_type = 'shared' variable14 output_type = 'dylib' variable16 output_type = 'object' variable18 output_type = 'assembly' variable31 if output_type in ['shared', 'dylib']:
11 output_type = 'executable' variable17 output_type = 'shared' variable19 output_type = 'object' variable31 if output_type in ['executable', 'shared']:34 if output_type == 'executable':
84 from UpdateTestChecks import isel as output_type unknown86 from UpdateTestChecks import asm as output_type unknown138 scrubber, function_re = output_type.get_run_handler(triple)173 output_type.add_checks(my_output_lines,193 output_type.add_checks(output_lines, check_indent + ';', run_list,
24 output_type = find_benchmark_flag('--benchmark_out_format=', flags)31 if output_type is not None and output_type != 'json':33 " is not supported.") % output_type)