Home
last modified time | relevance | path

Searched refs:zed (Results 1 – 25 of 184) sorted by relevance

12345678

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvisibility.cpp78 foo *zed() { in zed() function
95 struct zed { struct
99 bar::zed<&x> y;
593 struct zed { struct
619 class zed { class
750 class zed;
874 struct zed;
890 void zed() { in zed() function
979 void zed() { in zed() function
1021 class zed { class
[all …]
H A Dlinkage.cpp155 inline void *zed() { in zed() function
160 void *h() { return zed(); } in h()
171 void *zed() { return foo(); } in zed() function
190 template <class T> void zed() {} in zed() function
194 return reinterpret_cast<void *>(zed<bar>); in foo()
201 template <class T> void zed() {} in zed() function
208 return reinterpret_cast<void *>(zed<S>); in bar()
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dsymver.s8 .symver defined1, bar1@zed
9 .symver undefined1, bar2@zed
11 .symver defined2, bar3@@zed
13 .symver defined3, bar5@@@zed
14 .symver undefined3, bar6@@@zed
23 .symver global1, g1@@zed
42 # SYM-NEXT: 4: 0000000000000000 0 NOTYPE LOCAL DEFAULT 2 bar1@zed
43 # SYM-NEXT: 5: 0000000000000000 0 NOTYPE LOCAL DEFAULT 2 bar3@@zed
46 # SYM-NEXT: 8: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND bar2@zed
47 # SYM-NEXT: 9: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND bar6@zed
[all …]
H A Drelocation-386.s104 movl zed@GOT(%eax), %eax
105 movl zed@GOTOFF(%eax), %eax
106 movl zed@INDNTPOFF(%eax), %eax
107 movl zed@NTPOFF(%eax), %eax
109 call zed@PLT
110 movl zed@TLSGD(%eax), %eax
111 movl zed@TLSLDM(%eax), %eax
112 movl zed@TPOFF(%eax), %eax
113 movl zed@DTPOFF(%eax), %eax
122 movl zed@PLT(%eax), %eax
[all …]
H A Dalias-to-local.s10 movl $zed, %eax
13 .section .data.bar,"aGw",@progbits,zed,comdat
17 .globl zed
18 zed = bar define
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Darm-elf-symver.s7 .symver defined1, bar1@zed
8 .symver undefined1, bar2@zed
10 .symver defined2, bar3@@zed
12 .symver defined3, bar5@@@zed
22 .symver global1, g1@@zed
64 @ CHECK: Name: bar1@zed
73 @ CHECK-NEXT: Name: bar3@@zed
82 @ CHECK-NEXT: Name: bar5@@zed
100 @ CHECK-NEXT: Name: bar2@zed
109 @ CHECK-NEXT: Name: bar6@zed
[all …]
H A Dcomment.s17 .symver defined1, bar1@zed
18 .symver defined2, bar3@@zed
19 .symver defined3, bar5@@@zed
37 @CHECK: .symver defined1, bar1@zed
38 @CHECK: .symver defined2, bar3@@zed
39 @CHECK: .symver defined3, bar5@@@zed
/llvm-project-15.0.7/llvm/test/Object/
H A Darchive-replace-pos.test7 RUN: touch %t.zed
8 RUN: llvm-ar rca %t.foo %t.a %t.zed
12 CHECK-NEXT: .zed
16 RUN: llvm-ar rc %t.a %t.zed %t.foo %t.bar
19 CHECK2: .zed
23 RUN: llvm-ar rca %t.foo %t.a %t.zed
26 CHECK3-NEXT: .zed
29 RUN: llvm-ar rc %t.a %t.zed
/llvm-project-15.0.7/lld/test/ELF/
H A Drelocation-non-alloc.s70 .global zed
71 zed: label
74 .quad zed
78 .quad zed
82 .quad zed
H A Demit-relocs-merge.s12 # CHECK-NEXT: [[ADDR1:[0-9a-f]+]] R_X86_64_64 zed 0x0
13 # CHECK-NEXT: [[ADDR2:[0-9a-f]+]] R_X86_64_64 zed 0x0
16 # CHECK-NEXT: [[ADDR1]] R_X86_64_64 zed 0x0
17 # CHECK-NEXT: [[ADDR2]] R_X86_64_64 zed 0x0
22 .quad zed
24 .quad zed
H A Dcomdat.s36 .weak zed
37 zed: label
38 .section .text3,"axG",@progbits,zed,comdat,unique,0
46 # SYM: NOTYPE GLOBAL DEFAULT [[#]] zed
H A Dstart-lib-comdat.s23 .section .sec,"aG",@progbits,zed,comdat
24 .global zed
25 zed: label
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dpr23025.s11 leaq zed(%rip), %rax
15 .section .rdata,"dr",discard,zed
19 .globl zed
20 zed = Lbar+1 define
/llvm-project-15.0.7/llvm/test/tools/gold/X86/Inputs/
H A Dtype-merge2.ll4 %zed = type { i16 }
5 define void @bar(%zed* %this) {
6 store %zed* %this, %zed** null
/llvm-project-15.0.7/lld/test/ELF/lto/Inputs/
H A Dtype-merge2.ll4 %zed = type { i16 }
5 define void @bar(%zed* %this) {
6 store %zed* %this, %zed** null
/llvm-project-15.0.7/lldb/test/Shell/Breakpoint/
H A Ddebug_rnglist_rlestartend.test12 # int zed() {
17 # return zed();
26 b zed
27 # CHECK-LABEL: b zed
28 # CHECK: Address: {{.*}}`zed() + 4 at test.cpp:2:3
H A Ddebug_rnglist_basic.test9 # int zed() {
14 # return zed();
28 b zed
29 # CHECK-LABEL: b zed
30 # CHECK: Address: {{.*}}`zed() + 4 at test.cpp:2:2
/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/
H A Dnot-prevailing.ll3 ; RUN: llvm-lto2 run -o %t3.o %t1.o %t2.o -r %t1.o,foo,x -r %t1.o,zed,px -r %t1.o,bar,x \
7 ; CHECK: <zed>:
9 ; CHECK-NEXT: {{.*}} callq 0x6 <zed+0x6>
11 ; CHECK-NEXT: {{.*}} callq 0xd <zed+0xd>
20 ; SYMBOLS: FUNC GLOBAL DEFAULT 2 zed
34 define i32 @zed() {
/llvm-project-15.0.7/llvm/test/Transforms/ConstantMerge/
H A Dunnamed-addr.ll5 declare void @zed(%struct.foobar*, %struct.foobar*)
30 ; CHECK: declare void @zed(%struct.foobar*, %struct.foobar*)
34 call void @zed(%struct.foobar* @test1.x, %struct.foobar* @test1.y)
35 call void @zed(%struct.foobar* @test2.x, %struct.foobar* @test2.y)
36 call void @zed(%struct.foobar* @test3.x, %struct.foobar* @test3.y)
37 call void @zed(%struct.foobar* @test4.x, %struct.foobar* @test4.y)
/llvm-project-15.0.7/llvm/test/tools/llvm-extract/
H A Dextract-alias.ll14 ; DELETE: @zed = global i32 0
15 ; DELETE: @zeda0 = alias i32, i32* @zed
25 ; ALIAS: @zed = external global i32
26 ; ALIAS: @zeda0 = alias i32, i32* @zed
32 @zed = global i32 0
33 @zeda0 = alias i32, i32* @zed
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr14333.ll3 define void @bar(ptr %zed) {
4 store i64 0, ptr %zed, align 8
5 %tmp2 = getelementptr inbounds %foo, ptr %zed, i64 0, i32 1
7 call void @llvm.memset.p0.i64(ptr align 8 %zed, i8 0, i64 16, i1 false)
H A Dandimm8.ll7 define i64 @bra(i32 %zed) nounwind {
20 %t1 = zext i32 %zed to i64
25 define void @foo(i64 %zed, ptr %x) nounwind {
43 %t1 = and i64 %zed, -4
49 define i64 @bar(i64 %zed) nounwind {
62 %t1 = and i64 %zed, 42
66 define i64 @baz(i64 %zed) nounwind {
81 %t1 = and i64 %zed, 2147483647
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Ddiscard-linkorder.s9 # CHECK-NOT: .zed
17 ## --(.zed)
28 .section .zed,"ao",@progbits,.foo
31 .section .moo,"ao",@progbits,.zed
/llvm-project-15.0.7/llvm/test/Linker/
H A Dalias.ll17 ; C1-DAG: @foo = alias i32, i32* @zed
18 ; C2-DAG: @foo = alias i32, i32* @zed
27 ; C1-DAG: @foo2 = alias i16, bitcast (i32* @zed to i16*)
28 ; C2-DAG: @foo2 = alias i16, bitcast (i32* @zed to i16*)
36 ; C1-DAG: @zed = global i32 42
37 ; C2-DAG: @zed = global i32 42
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dalias2.ll7 @bar = alias void (), ptr @zed
12 define void @zed() {
16 ; CHECK: @bar = alias void (), ptr @zed
23 ; CHECK: define void @zed() {

12345678