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

/external/llvm/test/MC/ARM/
H A Dneon-shift-encoding.s3 _foo: label
/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 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
27 _foo_alias = _foo
H A Dsimple-fixups.s7 .def _foo;
12 .globl _foo
14 _foo: # @foo label
/external/llvm/test/MC/MachO/
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/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/llvm/test/MC/X86/
H A Dx86_64-avx-encoding.s4111 // CHECK: vpshufb _foo(%rip), %xmm0, %xmm0
4114 _foo: label
4116 vpshufb _foo(%rip), %xmm0, %xmm0
/external/clang/test/CXX/class/class.mem/
H A Dp1.cpp76 Inner<int> _foo; member in class:PR8245::X

Completed in 181 milliseconds