HomeSort by relevance Sort by last modified time
    Searched defs:_foo (Results 1 - 14 of 14) sorted by null

  /external/llvm/test/MC/ARM/
neon-shift-encoding.s 3 _foo: label
  /external/llvm/test/MC/MachO/ARM/
relax-thumb-ldr-literal.s 8 .thumb_func _foo
9 _foo: label
10 ldr r2, (_foo - 4)
thumb2-function-relative-load.s 7 .thumb_func _foo
8 _foo: label
9 ldr lr, (_foo - 4)
no-subsections-reloc.s 11 .thumb_func _foo
12 _foo: label
  /external/llvm/test/MC/COFF/
symbol-alias.s 8 .def _foo;
13 .globl _foo
15 _foo: # @foo label
27 _foo_alias = _foo
simple-fixups.s 7 .def _foo;
12 .globl _foo
14 _foo: # @foo label
  /external/llvm/test/MC/MachO/
x86_64-reloc-arithmetic.s 5 _foo: label
6 _bar = _foo + 2
gen-dwarf.s 9 _foo: label
tlv-reloc.s 16 .globl _foo
19 _foo: label
138 // CHECK: ('_string', '_foo')
darwin-x86_64-diff-relocs.s 12 _foo: label
269 // CHECK: ('_string', '_foo')
darwin-x86_64-reloc.s 9 _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/
blocks.c 7 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/
x86_64-avx-encoding.s 4114 _foo: label
    [all...]
  /external/clang/test/CXX/class/class.mem/
p1.cpp 76 Inner<int> _foo; member in class:PR8245::X

Completed in 2127 milliseconds