Home
last modified time | relevance | path

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

12

/external/llvm/test/MC/ELF/
Drelocation-386.s216 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 …]
Dsymref.s6 .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
Ddiff.s3 .global zed symbol
8 zed: label
9 mov zed+(bar-foo), %eax
Ddiff2.s4 .global zed symbol
11 zed: label
13 mov zed+(bar-foo), %eax
Dmerge.s15 movq zed, %rax
19 zed: label
20 .global zed symbol
Drelax.s8 .set zed,foo define
12 jmp zed
Dabs.s7 zed = .Lfoo - .Lbar define
Dweakref-reloc.s7 call zed@PLT
Drename.s13 .symver defined3, bar5@@@zed
Dtype.s13 .type zed,@gnu_unique_object
Dtls.s9 .section .zed,"awT",@progbits
/external/llvm/test/Transforms/ConstantMerge/
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)
Dmerge-both.ll4 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)
D2011-01-15-EitherOrder.ll4 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/
Dandimm8.ll6 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
Dvisibility.ll3 @zed = external hidden constant i32
7 call void @bar(i32* @zed)
13 ;CHECK: .hidden zed
Dinline-asm-h.ll5 define void @zed() nounwind {
11 ; CHECK: zed
/external/clang/test/CodeGenCXX/
Dmangle.cpp425 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&);
Darm-cc.cpp13 void zed(SMLoc x);
16 zed(a); in baz()
/external/clang/test/SemaCXX/
DPR6618.cpp3 struct zed { struct
7 zed h; argument
DPR8884.cpp8 void zed () { in zed() function
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp66 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/
Davailable_externally.ll8 ; CHECK: define internal void @zed
9 define void @zed() {
/external/llvm/test/Linker/
DPR8300.ll2 ; RUN: declare void @zed(%foo2*) } > %t.ll
8 @zed = alias bitcast (void (%bar*)* @xyz to void (%foo*)*)
/external/llvm/test/Assembler/
Dunnamed-addr.ll10 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind
14 declare i32 @zed(%struct.foobar*, %struct.foobar*)

12