HomeSort by relevance Sort by last modified time
    Searched defs:zed (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/test/MC/ELF/
abs.s 3 // Test that zed will be an ABS symbol
7 zed = .Lfoo - .Lbar define
10 // CHECK: Name: zed
merge.s 12 movq zed, %rax
17 zed: label
18 .global zed
30 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_32S zed 0x{{[^ ]+}}
alias-to-local.s 5 // CHECK-NEXT: 0x1 R_X86_64_32 zed 0x0
10 movl $zed, %eax
13 .section .data.bar,"aGw",@progbits,zed,comdat
17 .globl zed
18 zed = bar define
diff.s 3 .global zed
8 zed: label
9 mov zed+(bar-foo), %eax
11 // CHECK: 0x5 R_X86_64_32S zed 0x1
diff2.s 4 .global zed
11 zed: label
13 mov zed+(bar-foo), %eax
relocation-386.s 35 // Relocation 13 (zed@GOT) is of type R_386_GOT32 and uses the symbol
36 // CHECK-NEXT: 0x4E R_386_GOT32 zed 0x0
37 // Relocation 14 (zed@GOTOFF) is of type R_386_GOTOFF and uses the symbol
38 // CHECK-NEXT: 0x54 R_386_GOTOFF zed 0x0
39 // Relocation 15 (zed@INDNTPOFF) is of type R_386_TLS_IE and uses the symbol
40 // CHECK-NEXT: 0x5A R_386_TLS_IE zed 0x0
41 // Relocation 16 (zed@NTPOFF) is of type R_386_TLS_LE and uses the symbol
42 // CHECK-NEXT: 0x60 R_386_TLS_LE zed 0x0
43 // Relocation 17 (zed@GOTNTPOFF) is of type R_386_TLS_GOTIE and uses the symbol
44 // CHECK-NEXT: 0x66 R_386_TLS_GOTIE zed 0x
128 zed: label
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
abs.s 3 // Test that zed will be an ABS symbol
7 zed = .Lfoo - .Lbar define
10 // CHECK-NEXT: (('st_name', 0x00000001) # 'zed'
merge.s 15 movq zed, %rax
19 zed: label
20 .global zed
95 // Symbol number 8 is zed
97 // CHECK-NEXT: (('st_name', 0x0000000b) # 'zed'
diff.s 3 .global zed
8 zed: label
9 mov zed+(bar-foo), %eax
diff2.s 4 .global zed
11 zed: label
13 mov zed+(bar-foo), %eax
relocation-386.s 90 // Relocation 13 (zed@GOT) is of type R_386_GOT32 and uses the symbol
96 // Relocation 14 (zed@GOTOFF) is of type R_386_GOTOFF and uses the symbol
102 // Relocation 15 (zed@INDNTPOFF) is of type R_386_TLS_IE and uses the symbol
108 // Relocation 16 (zed@NTPOFF) is of type R_386_TLS_LE and uses the symbol
114 // Relocation 17 (zed@GOTNTPOFF) is of type R_386_TLS_GOTIE and uses the symbol
120 // Relocation 18 (zed@PLT) is of type R_386_PLT32 and uses the symbol
126 // Relocation 19 (zed@TLSGD) is of type R_386_TLS_GD and uses the symbol
132 // Relocation 20 (zed@TLSLDM) is of type R_386_TLS_LDM and uses the symbol
138 // Relocation 21 (zed@TPOFF) is of type R_386_TLS_LE_32 and uses the symbol
144 // Relocation 22 (zed@DTPOFF) is of type R_386_TLS_LDO_32 and uses the symbo
230 zed: label
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
abs.s 3 // Test that zed will be an ABS symbol
7 zed = .Lfoo - .Lbar define
10 // CHECK: Name: zed
merge.s 12 movq zed, %rax
17 zed: label
18 .global zed
30 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_32S zed 0x{{[^ ]+}}
alias-to-local.s 5 // CHECK-NEXT: 0x1 R_X86_64_32 zed 0x0
10 movl $zed, %eax
13 .section .data.bar,"aGw",@progbits,zed,comdat
17 .globl zed
18 zed = bar define
diff.s 3 .global zed
8 zed: label
9 mov zed+(bar-foo), %eax
11 // CHECK: 0x5 R_X86_64_32S zed 0x1
diff2.s 4 .global zed
11 zed: label
13 mov zed+(bar-foo), %eax
relocation-386.s 35 // Relocation 13 (zed@GOT) is of type R_386_GOT32 and uses the symbol
36 // CHECK-NEXT: 0x4E R_386_GOT32 zed 0x0
37 // Relocation 14 (zed@GOTOFF) is of type R_386_GOTOFF and uses the symbol
38 // CHECK-NEXT: 0x54 R_386_GOTOFF zed 0x0
39 // Relocation 15 (zed@INDNTPOFF) is of type R_386_TLS_IE and uses the symbol
40 // CHECK-NEXT: 0x5A R_386_TLS_IE zed 0x0
41 // Relocation 16 (zed@NTPOFF) is of type R_386_TLS_LE and uses the symbol
42 // CHECK-NEXT: 0x60 R_386_TLS_LE zed 0x0
43 // Relocation 17 (zed@GOTNTPOFF) is of type R_386_TLS_GOTIE and uses the symbol
44 // CHECK-NEXT: 0x66 R_386_TLS_GOTIE zed 0x
128 zed: label
    [all...]
  /external/clang/test/SemaCXX/
PR8884.cpp 8 void zed () { function in struct:foo
pr13353.cpp 6 class zed : public foo { class in inherits:foo
9 class bah : public zed<T> {
PR6618.cpp 3 struct zed { struct
7 zed h;
  /external/llvm/test/MC/COFF/
pr23025.s 5 // CHECK-NEXT: 0x3 IMAGE_REL_AMD64_REL32 zed
11 leaq zed(%rip), %rax
15 .section .rdata,"dr",discard,zed
19 .globl zed
20 zed = Lbar+1 define
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
pr23025.s 5 // CHECK-NEXT: 0x3 IMAGE_REL_AMD64_REL32 zed
11 leaq zed(%rip), %rax
15 .section .rdata,"dr",discard,zed
19 .globl zed
20 zed = Lbar+1 define
  /external/clang/test/Index/
pch-with-errors.c 9 struct zed { struct
13 zed h;
16 void errparm(zed e);
  /external/clang/test/Sema/
attr-decl-after-definition.c 23 struct zed { // expected-note {{previous definition is here}} struct
25 struct __attribute__((visibility("hidden"))) zed; // expected-warning {{must precede definition}}
  /external/clang/test/CodeGenCXX/
pragma-weak.cpp 15 #pragma weak zed macro
16 namespace bar { void zed() {} } function in namespace:bar

Completed in 5044 milliseconds

1 2