Home
last modified time | relevance | path

Searched refs:output_type (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 output_type = 'executable' variable
12 output_type = 'shared' variable
14 output_type = 'dylib' variable
16 output_type = 'object' variable
18 output_type = 'assembly' variable
31 if output_type in ['shared', 'dylib']:
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_compile.py11 output_type = 'executable' variable
17 output_type = 'shared' variable
19 output_type = 'object' variable
31 if output_type in ['executable', 'shared']:
34 if output_type == 'executable':
/llvm-project-15.0.7/llvm/utils/
H A Dupdate_llc_test_checks.py84 from UpdateTestChecks import isel as output_type unknown
86 from UpdateTestChecks import asm as output_type unknown
138 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,
/llvm-project-15.0.7/third-party/benchmark/tools/
H A Dcompare.py24 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)