Searched refs:_foo (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/test/MC/MachO/
H A Dbad-darwin-x86_64-diff-relocs.s4 .quad _foo - _bar
H A Dx86_64-reloc-arithmetic.s5 _foo: label
6 _bar = _foo + 2
H A Dabsolute.s5 _foo: label
8 .set foo_set1, (_foo + 0xffff0000)
9 .set foo_set2, (_foo - _bar + 0xffff0000)
11 foo_equals = (_foo + 0xffff0000)
12 foo_equals2 = (_foo - _bar + 0xffff0000)
15 .set foo_set1_global, (_foo + 0xffff0000)
18 .set foo_set2_global, (_foo - _bar + 0xffff0000)
82 // CHECK: ('_string', '_foo')
H A Ddarwin-x86_64-reloc.s9 _foo: label
13 call _foo
14 call _foo+4
15 movq _foo@GOTPCREL(%rip), %rax
16 pushq _foo@GOTPCREL(%rip)
17 movl _foo(%rip), %eax
18 movl _foo+4(%rip), %eax
19 movb $0x12, _foo(%rip)
20 movl $0x12345678, _foo(%rip)
21 .quad _foo
[all...]
H A Dgen-dwarf.s9 _foo: label
H A Dtlv-reloc.s16 .globl _foo
19 _foo: label
138 // CHECK: ('_string', '_foo')
H A Di386-large-relocations.s7 _foo: label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dnasm-macho64-pic.asm1 [extern _foo]
3 call _foo
4 ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
7 call _foo+4
8 ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
11 mov rax, [rel _foo wrt ..gotpcrel]
12 ; r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
15 push qword [rel _foo wrt ..gotpcrel]
16 ; r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
19 mov eax, [rel _foo]
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64-pic.asm1 call _foo
2 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
5 call _foo+4
6 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
9 movq _foo@GOTPCREL(%rip), %rax
10 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
13 pushq _foo@GOTPCREL(%rip)
14 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
17 movl _foo(%rip), %eax
18 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
[all...]
H A Dgas-macho64.asm2 call _foo
3 # r_type= X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
6 call _foo+4
7 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
10 # TODO: movq _foo@GOTPCREL(%rip), %rax
11 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
14 # TODO: pushq _foo@GOTPCREL(%rip)
15 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
18 movl _foo(%rip), %eax
19 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp3 // CHECK: auto operator "" _foo(const char *p, decltype(sizeof(int))) -> decltype(nullptr);
4 auto operator"" _foo(const char *p, decltype(sizeof(int))) -> decltype(nullptr);
6 // CHECK: decltype(""_foo) operator "" _bar(unsigned long long);
7 decltype(""_foo) operator"" _bar(unsigned long long);
21 // CHECK: const char *p1 = "bar1"_foo;
22 const char *p1 = "bar1"_foo;
23 // CHECK: const char *p2 = "bar2"_foo;
24 const char *p2 = R"x(bar2)x"_foo;
25 // CHECK: const char *p3 = u8"bar3"_foo;
26 const char *p3 = u8"bar3"_foo;
[all...]
/external/clang/test/Index/
H A Dblocks.c7 static struct foo _foo; local
9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo);
15 // CHECK: blocks.c:7:21: VarDecl=_foo:7:21 (Definition) Extent=[7:3 - 7:25]
33 // CHECK: blocks.c:9:60: DeclRefExpr=_foo:7:21 Extent=[9:60 - 9:64]
/external/clang/test/PCH/
H A Dcxx11-user-defined-literals.cpp9 int operator"" _foo(const char *p, size_t);
11 template<typename T> auto f(T t) -> decltype(t + ""_foo) { return 0; }
15 int j = ""_foo;
/external/llvm/test/MC/MachO/ARM/
H A Drelax-thumb-ldr-literal.s8 .thumb_func _foo
9 _foo: label
10 ldr r2, (_foo - 4)
H A Dthumb2-function-relative-load.s7 .thumb_func _foo
8 _foo: label
9 ldr lr, (_foo - 4)
H A Dlong-call-branch-island-relocation.s16 bl _foo
21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
30 .globl _foo
33 _foo: label
H A Dno-subsections-reloc.s11 .thumb_func _foo
12 _foo: label
/external/llvm/test/MC/COFF/
H A Dsymbol-alias.s8 .def _foo;
13 .globl _foo
15 _foo: # @foo label
28 _foo_alias = _foo
H A Dsimple-fixups.s7 .def _foo;
12 .globl _foo
14 _foo: # @foo label
/external/llvm/test/MC/ARM/
H A Darm_fixups.s12 mov r9, :lower16:(_foo)
13 movw r9, :lower16:(_foo)
14 movt r9, :upper16:(_foo)
16 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3]
17 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16
18 @ CHECK-BE: movw r9, :lower16:_foo @ encoding: [0xe3,0b0000AAAA,0x90'A',A]
19 @ CHECK-BE: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16
20 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3]
21 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16
22 @ CHECK-BE: movw r9, :lower16:_foo
[all...]
H A Ddot-req-case-insensitive.s3 _foo: label
15 @ CHECK-LABEL: _foo:
H A Dthumb2-b.w-encodingT4.s4 .thumb_func _foo
6 _foo: label
H A Dhilo-16bit-relocations.s12 .comm _foo,4,2
17 .indirect_symbol _foo
/external/clang/test/Lexer/
H A Dcxx1y_binary_literal.cpp10 constexpr unsigned long long operator""_foo(unsigned long long n) { function
/external/llvm/test/MC/AArch64/
H A Ddot-req-case-insensitive.s2 _foo: label
13 // CHECK-LABEL: _foo:

Completed in 1722 milliseconds

12