Searched defs:_foo (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/test/MC/AArch64/
H A Darm64-separator.s13 _foo: label
H A Ddot-req-case-insensitive.s2 _foo: label
13 // CHECK-LABEL: _foo:
/external/llvm/test/MC/ARM/
H A Dneon-shift-encoding.s3 _foo: label
H A Dthumb2-b.w-encodingT4.s4 .thumb_func _foo
6 _foo: label
H A Ddot-req-case-insensitive.s3 _foo: label
15 @ CHECK-LABEL: _foo:
/external/llvm/test/MC/MachO/ARM/
H A Ddata-in-code.s3 _foo: label
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 Dno-subsections-reloc.s11 .thumb_func _foo
12 _foo: label
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
/external/llvm/test/MC/MachO/
H A Di386-large-relocations.s7 _foo: label
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 Dx86_64-reloc-arithmetic.s5 _foo: label
6 _bar = _foo + 2
H A Dgen-dwarf.s9 _foo: label
H A Dtlv-reloc.s16 .globl _foo
19 _foo: label
138 // CHECK: ('_string', '_foo')
H A Ddarwin-x86_64-diff-relocs.s12 _foo: label
269 // 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...]
/external/llvm/test/MC/X86/
H A Dcfi_def_cfa-crash.s63 _foo: label
H A Dgnux32-dwarf-gen.s19 _foo: label
H A Dx86_64-avx-encoding.s4115 // CHECK: vpshufb _foo(%rip), %xmm0, %xmm0
4118 _foo: label
4120 vpshufb _foo(%rip), %xmm0, %xmm0
/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.s8 .def _foo;
13 .globl _foo
15 _foo: # @foo label
/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/Lexer/
H A Dcxx1y_binary_literal.cpp10 constexpr unsigned long long operator""_foo(unsigned long long n) { function
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s6 .globl _foo
8 _foo: label
19 # rtdyld-check: decode_operand(br1, 0)[25:0] = (_foo - br1)[27:2]
22 b _foo
61 # rtdyld-check: *{8}_ptr = _foo
67 .quad _foo

Completed in 303 milliseconds

12