| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | export-limit.s | 2 # RUN: %python %p/Inputs/def-many.py 65535 > %t-65535.def 3 # RUN: %python %p/Inputs/def-many.py 65536 > %t-65536.def 5 # RUN: lld-link -dll -noentry %t.obj -out:%t.dll -def:%t-65535.def 6 # RUN: env LLD_IN_TEST=1 not lld-link -dll -noentry %t.obj -out:%t.dll -def:%t-65536.def 2>&1 | Fil…
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | aligned-blx.s | 33 @ CHECK: ff f7 fa ef blx _aligned 34 @ CHECK: ff f7 f8 ef blx _aligned 35 @ CHECK: ff f7 f6 ef blx _aligned 36 @ CHECK: ff f7 f2 ef blx _f1
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-bad-function-cast.c | 11 enum e { E1 } ef(void); 36 (enum f { F1 })ef(); in foo() 48 …(int)ef(); /* expected-warning {{cast from function call of type 'enum e' to non-matching type 'in… in foo()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/Inputs/ |
| H A D | profile-density-cs.raw.prof | 58 6e3-6ef:1518 59 6ec-6ef:667 128 6e3-6ef:891 129 6ec-6ef:452
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | literal-dedup.s | 33 # CHECK-NEXT: [[#%.16x,DEADBEEF16:]] ef be ad de ef be ad de ef be ad de ef be ad de 35 # CHECK-NEXT: [[#%.16x,DEADBEEF8:]] ef be ad de ef be ad de ce fa ed fe ce fa ed fe 36 # CHECK-NEXT: [[#%.16x,DEADBEEF4:]] ef be ad de ce fa ed fe
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | invalid-uselistorder-function-between-blocks.ll | 10 %sum = add i32 %eh, %ef 14 %product = phi i32 [%ef, %first], [%sum, %0] 23 %ef = mul i32 %e, %f
|
| H A D | uselistorder.ll | 20 %sum = add i32 %eh, %ef 24 %product = phi i32 [%ef, %first], [%sum, %0] 36 %ef = mul i32 %e, %f
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | riscv-jal.s | 11 # CHECK-32: ef f0 df ff jal 0x110b4 13 # CHECK-64: ef f0 df ff jal 0x11120 20 # LIMITS-32-NEXT: ef 00 00 80 jal 0xfff110b8 22 # LIMITS-64-NEXT: ef 00 00 80 jal 0xfffffffffff11124
|
| H A D | i386-tls-ld-preemptable.s | 6 # CHECK: 11ef: movl (%eax), %eax
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | la-03.ll | 10 declare void @ef() 58 ; CHECK: lgrl %r2, ef@GOT 60 ret void() *@ef
|
| H A D | la-02.ll | 12 declare void @ef() 60 ; CHECK: lgrl %r2, ef@GOT 62 ret void() *@ef
|
| H A D | la-01.ll | 13 declare dso_local void @ef() 71 ; CHECK: larl %r2, ef 73 ret void() *@ef
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | designated-initializers.cpp | 67 EF ef; member 74 .ef = EF(), in f()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | preserve-segment-contents.test | 35 …1 -j 0x2000 -N 28 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK1 -DPATTERN="de ad be ef" 36 …1 -j 0x2100 -N 12 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK2 -DPATTERN="de ad be ef" 37 …1 -j 0x2200 -N 4 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK3 -DPATTERN="de ad be ef" 38 …1 -j 0x2300 -N 12 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK4 -DPATTERN="de ad be ef" 39 …1 -j 0x3000 -N 68 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK5 -DPATTERN="de ad be ef" 40 …1 -j 0x4000 -N 60 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK6 -DPATTERN="de ad be ef" 41 …1 -j 0x5000 -N 60 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK7 -DPATTERN="de ad be ef" 57 # CHECK7: [[PATTERN]] 12 34 56 78 [[PATTERN]] 90 ab cd ef
|
| H A D | strip-sections.test | 42 # DATA: {{^[^[:blank:]]+}} de ad be ef ca fe ba be 45 # VALIDATE: {{^[^[:blank:]]+}} de ad be ef ca fe ba be fe ed fa ce
|
| H A D | strip-sections-only-section.test | 18 # CHECK: de ad be ef
|
| H A D | binary-first-seg-offset-zero.test | 32 # CHECK: 000000 de ad be ef
|
| H A D | binary-remove-end.test | 42 # CHECK: 001000 de ad be ef
|
| H A D | binary-remove-all-but-one.test | 41 # CHECK: 000000 de ad be ef
|
| H A D | dump-section-before-add-remove.test | 7 # CHECK: 0000000 de ad be ef
|
| H A D | two-seg-remove-first.test | 53 # CHECK: 000000 de ad be ef
|
| H A D | two-seg-remove-end.test | 54 # CHECK: 001000 de ad be ef
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | use-list-order.ll | 98 %sum = add i32 %eh, %ef 102 %product = phi i32 [%ef, %first], [%sum, %second] 110 %ef = mul i32 %e, %f
|
| /llvm-project-15.0.7/llvm/test/MC/WebAssembly/ |
| H A D | custom-section-alignment.ll | 5 !0 = !{ !"before", !"\de\ad\be\ef" }
|
| /llvm-project-15.0.7/llvm/test/MC/X86/AlignedBundling/ |
| H A D | autogen-inst-offset-padding.s | 168 # CHECK: 1ef: incl 327 # CHECK: 3ef: nop 488 # CHECK: 5ef: nop 650 # CHECK: 7ef: nop 813 # CHECK: 9ef: nop 1475 # CHECK: 11ef: nop 1643 # CHECK: 13ef: nop 1812 # CHECK: 15ef: nop 1982 # CHECK: 17ef: nop 2153 # CHECK: 19ef: nop
|