/external/llvm/test/MC/ELF/ |
D | relocation-386.s | 216 movl zed@GOT(%eax), %eax 217 movl zed@GOTOFF(%eax), %eax 218 movl zed@INDNTPOFF(%eax), %eax 219 movl zed@NTPOFF(%eax), %eax 220 movl zed@GOTNTPOFF(%eax), %eax 221 call zed@PLT 222 movl zed@TLSGD(%eax), %eax 223 movl zed@TLSLDM(%eax), %eax 224 movl zed@TPOFF(%eax), %eax 225 movl zed@DTPOFF(%eax), %eax [all …]
|
D | symref.s | 6 .symver defined1, bar1@zed 7 .symver undefined1, bar2@zed 9 .symver defined2, bar3@@zed 11 .symver defined3, bar5@@@zed 12 .symver undefined3, bar6@@@zed 21 .symver global1, g1@@zed
|
D | diff.s | 3 .global zed symbol 8 zed: label 9 mov zed+(bar-foo), %eax
|
D | diff2.s | 4 .global zed symbol 11 zed: label 13 mov zed+(bar-foo), %eax
|
D | merge.s | 15 movq zed, %rax 19 zed: label 20 .global zed symbol
|
D | relax.s | 8 .set zed,foo define 12 jmp zed
|
D | abs.s | 7 zed = .Lfoo - .Lbar define
|
D | weakref-reloc.s | 7 call zed@PLT
|
D | rename.s | 13 .symver defined3, bar5@@@zed
|
D | type.s | 13 .type zed,@gnu_unique_object
|
D | tls.s | 9 .section .zed,"awT",@progbits
|
/external/llvm/test/Transforms/ConstantMerge/ |
D | unnamed-addr.ll | 5 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)
|
D | merge-both.ll | 4 declare void @zed(%struct.foobar*, %struct.foobar*) 18 ; CHECK: declare void @zed(%struct.foobar*, %struct.foobar*) 22 call void @zed(%struct.foobar* @var1, %struct.foobar* @var2) 23 call void @zed(%struct.foobar* @var3, %struct.foobar* @var4)
|
D | 2011-01-15-EitherOrder.ll | 4 declare i32 @zed(%struct.foobar*, %struct.foobar*) 14 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d)
|
/external/llvm/test/CodeGen/X86/ |
D | andimm8.ll | 6 define i64 @bra(i32 %zed) nounwind { 7 %t1 = zext i32 %zed to i64 14 define void @foo(i64 %zed, i64* %x) nounwind { 15 %t1 = and i64 %zed, -4
|
D | visibility.ll | 3 @zed = external hidden constant i32 7 call void @bar(i32* @zed) 13 ;CHECK: .hidden zed
|
D | inline-asm-h.ll | 5 define void @zed() nounwind { 11 ; CHECK: zed
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 425 struct zed {}; struct 426 void g(zed<&foo::bar>*) in g() 433 struct zed {}; struct 434 void g(zed<&foo::bar>*) in g() 441 struct zed {}; struct 442 void g(zed<&foo::bar>*) in g() 449 struct zed {}; struct 450 void g(zed<&foo::bar>*) in g() 468 template <class zaz, class zed> 469 void f(const typename zed::baz::X&);
|
D | arm-cc.cpp | 13 void zed(SMLoc x); 16 zed(a); in baz()
|
/external/clang/test/SemaCXX/ |
D | PR6618.cpp | 3 struct zed { struct 7 zed h; argument
|
D | PR8884.cpp | 8 void zed () { in zed() function
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p5.cpp | 66 template <int *> struct zed {}; // expected-note 2{{template parameter is declared here}} struct 67 void g(zed<bar>*); // expected-error{{must have its address taken}} 70 void g2(zed<baz>*); // expected-error{{must have its address taken}} 72 void g3(zed<&baz>*); // okay
|
/external/llvm/test/Transforms/Internalize/ |
D | available_externally.ll | 8 ; CHECK: define internal void @zed 9 define void @zed() {
|
/external/llvm/test/Linker/ |
D | PR8300.ll | 2 ; RUN: declare void @zed(%foo2*) } > %t.ll 8 @zed = alias bitcast (void (%bar*)* @xyz to void (%foo*)*)
|
/external/llvm/test/Assembler/ |
D | unnamed-addr.ll | 10 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind 14 declare i32 @zed(%struct.foobar*, %struct.foobar*)
|