Searched refs:triple (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/drivers/net/ |
| A D | stats.py | 120 for ifindex, triple in ifindexes.items(): 121 all_keys = triple[0].keys() | triple[1].keys() | triple[2].keys() 124 ksft_ge(triple[1][key], triple[0][key], comment="bad key: " + key) 125 ksft_ge(triple[2][key], triple[1][key], comment="bad key: " + key)
|
| /tools/bpf/bpftool/ |
| A D | jit_disasm.c | 86 char *triple; in init_context() local 89 triple = LLVMNormalizeTargetTriple(arch); in init_context() 91 triple = LLVMGetDefaultTargetTriple(); in init_context() 92 if (!triple) { in init_context() 96 *ctx = LLVMCreateDisasm(triple, NULL, 0, NULL, symbol_lookup_callback); in init_context() 97 LLVMDisposeMessage(triple); in init_context()
|
| /tools/testing/selftests/bpf/ |
| A D | jit_disasm_helpers.c | 93 char *label, *colon, *triple = NULL; in disasm_one_func() local 100 triple = LLVMGetDefaultTargetTriple(); in disasm_one_func() 101 ctx = LLVMCreateDisasm(triple, &labels, 0, NULL, lookup_symbol); in disasm_one_func() 161 if (triple) in disasm_one_func() 162 LLVMDisposeMessage(triple); in disasm_one_func()
|
| /tools/testing/selftests/ |
| A D | lib.mk | 26 CLANG_TARGET_FLAGS := $(shell $(CLANG) -print-target-triple)
|
Completed in 7 milliseconds