Home
last modified time | relevance | path

Searched full:_foo (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/external/llvm-project/lld/test/mach-o/
Dparse-data-relocs-x86_64.yaml12 #_foo:
24 # .quad _foo
25 # .quad _foo+4
26 # .quad _foo - .
29 # .quad _foo - .
30 # .quad _foo + 4 - .
32 # .long _foo - .
33 # .long _foo + 4 - .
64 # .quad _foo
65 # No addend is needed here as we are referencing _foo directly and that is
[all …]
Dparse-data-relocs-arm64.yaml151 - name: _foo
174 # CHECK: target: _foo
178 # CHECK: target: _foo
182 # CHECK: target: _foo
186 # CHECK: target: _foo
190 # CHECK: target: _foo
194 # CHECK: target: _foo
202 # CHECK: target: _foo
206 # CHECK: target: _foo
210 # CHECK: target: _foo
[all …]
Dparse-text-relocs-x86_64.yaml12 # call _foo
13 # call _foo+4
14 # movq _foo@GOTPCREL(%rip), %rax
15 # pushq _foo@GOTPCREL(%rip)
16 # movl _foo(%rip), %eax
17 # movl _foo+4(%rip), %eax
18 # movb $0x12, _foo(%rip)
19 # movw $0x1234, _foo(%rip)
20 # movl $0x12345678, _foo(%rip)
143 - name: _foo
[all …]
Dparse-relocs-x86.yaml15 # call _foo
16 # call _foo+2
18 # callw _foo
19 # callw _foo+2
27 #_foo:
34 # .long _foo
35 # .long _foo+3
206 - name: _foo
235 # CHECK: target: _foo
239 # CHECK: target: _foo
[all …]
/external/llvm-project/llvm/test/MC/MachO/
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/MachO/
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/ARM/
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 @ encoding: [0xe3,0b0000AAAA,0x90'A',A]
[all …]
/external/llvm-project/llvm/test/MC/ARM/
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 @ encoding: [0xe3,0b0000AAAA,0x90'A',A]
[all …]
/external/llvm-project/lld/test/COFF/
Dassociative-comdat-mingw-i386.s13 # due to associativity with the symbol _foo.
27 call _foo
29 call _foo@0
38 .def _foo;
40 .def _foo@0;
46 .section .text$foo,"xr",discard,_foo
47 .globl _foo symbol
49 _foo: label
51 .section .text$foo,"xr",discard,_foo@0
52 .globl _foo@0
[all …]
/external/llvm-project/llvm/test/MC/AArch64/
Dmacho-addend-range.s2 .global _foo symbol
3 adrp x0, (_foo + 1)@PAGE
4 adrp x0, (_foo - 1)@PAGE
5 adrp x0, (_foo + 0x7fffff)@PAGE
6 adrp x0, (_foo - 0x800000)@PAGE
10 // CHECK: adrp x0, (_foo + 0x800000)@PAGE
12 // CHECK: adrp x0, (_foo - 0x800001)@PAGE
13 adrp x0, (_foo + 0x800000)@PAGE
14 adrp x0, (_foo - 0x800001)@PAGE
/external/llvm-project/lld/test/MachO/
Dorder-file.s4 # RUN: echo ".globl _foo; .text; _foo: _bar: ret" | \
9 # FOO-FIRST: <_foo>:
13 # FOO-SECOND: <_foo>:
15 # RUN: echo "_foo # just a comment" > %t/ord-1
24 # RUN: echo "_foo # another comment" >> %t/ord-2
30 # RUN: echo "foo.o:_foo" > %t/ord-file-match
38 # RUN: echo "bar.o:_foo" > %t/ord-file-nomatch
40 # RUN: echo "_foo" >> %t/ord-file-nomatch
46 # RUN: echo "x86_64:_foo" > %t/ord-arch-match
53 # RUN: echo "ppc:_foo" > %t/ord-arch-nomatch
[all …]
Dweak-definition-order.s9 # RUN: echo ".globl _foo; .weak_definition _foo; .section __TEXT,weak1; _foo:" | llvm-mc -filetype=…
10 # RUN: echo ".globl _foo; .weak_definition _foo; .section __TEXT,weak2; _foo:" | llvm-mc -filetype=…
17 # WEAK1: O __TEXT,weak1 _foo
18 # WEAK2: O __TEXT,weak2 _foo
29 # DYLIB1: __DATA __la_symbol_ptr 0x{{[0-9a-f]*}} pointer 0 libweak1 _foo
30 # DYLIB2: __DATA __la_symbol_ptr 0x{{[0-9a-f]*}} pointer 0 libweak2 _foo
34 callq _foo
Dcommon-symbol-resolution.s59 # LARGER-COMMON-DAG: [[#%x, FOO_ADDR:]] g O __DATA,__common _foo
63 # DEFINED: g F __TEXT,__text _foo
66 # WEAK-DEFINED: w F __TEXT,__text _foo
71 _foo label
75 .comm _foo, 1
81 .weak_definition _foo
82 .comm _foo, 2
85 .globl _foo symbol
86 _foo: label
90 .globl _foo symbol
[all …]
Dweak-definition-over-dysym.s9 # RUN: echo ".globl _foo; _foo:" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/libfoo.o
14 # RUN: echo ".globl _foo, _bar; .section __TEXT,nonweak; _bar: _foo:" | llvm-mc -filetype=obj -trip…
15 # RUN: echo ".globl _foo, _bar; .weak_definition _foo; .section __TEXT,weak; _bar: _foo:" | llvm-mc…
22 # PREFER-WEAK-OBJECT: O __TEXT,weak _foo
23 # PREFER-NONWEAK-OBJECT: O __TEXT,nonweak _foo
37 callq _foo
Dforce-load.s3 # RUN: echo ".section __TEXT,archive; .globl _foo; .weak_definition _foo; _foo:" | llvm-mc -filetyp…
6 # RUN: echo ".section __TEXT,obj; .globl _foo; .weak_definition _foo; _foo:" | llvm-mc -filetype=ob…
10 # FORCE-LOAD-FIRST: __TEXT,archive _foo
15 # FORCE-LOAD-SECOND: __TEXT,obj _foo
Dtlv.s13 # CHECK-NEXT: leaq {{.*}}(%rip), %rax # {{.*}} <_foo>
19 # CHECK-NEXT: <_foo$tlv$init>:
29 # CHECK-NEXT: <_foo>:
41 mov _foo@TLVP(%rip), %rax
46 _foo$tlv$init:
52 .globl _foo, _bar symbol
53 _foo: label
56 .quad _foo$tlv$init
/external/llvm-project/llvm/test/ExecutionEngine/JITLink/X86/
DLocalDependencyPropagation.s4 # RUN: -entry=_foo %t 2>&1 | FileCheck %s
7 # symbols: _baz depends on _foo indirectly via the local symbol _bar. We expect
8 # _baz to depend on _foo, and _foo on _external_func.
10 # CHECK-DAG: In main adding dependencies for _foo: { (main, { _external_func }) }
11 # CHECK-DAG: In main adding dependencies for _baz: { (main, { _foo }) }
15 .globl _foo symbol
17 _foo: label
23 jmp _foo
/external/llvm-project/llvm/test/CodeGen/X86/
Dextern_weak.ll21 ; DARWIN: jmp _foo ## TAILCALL
24 ; WIN32: cmpl $0, .refptr._foo
25 ; WIN32: jmpl *.refptr._foo
46 ; DARWIN: .weak_reference _foo
49 ; WIN32: .section .rdata$.refptr._foo,"dr",discard,.refptr._foo
50 ; WIN32: .globl .refptr._foo
51 ; WIN32: .refptr._foo:
52 ; WIN32: .long _foo
54 ; WIN32: .weak _foo
/external/clang/test/SemaCXX/
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;
/external/llvm-project/clang/test/SemaCXX/
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;
/external/yapf/yapftests/
Dpytree_utils_test.py28 _FOO = 'foo' variable
158 self.assertIsNone(pytree_utils.GetNodeAnnotation(self._leaf, _FOO))
161 pytree_utils.SetNodeAnnotation(self._leaf, _FOO, 20)
162 self.assertEqual(pytree_utils.GetNodeAnnotation(self._leaf, _FOO), 20)
165 pytree_utils.SetNodeAnnotation(self._leaf, _FOO, 20)
166 self.assertEqual(pytree_utils.GetNodeAnnotation(self._leaf, _FOO), 20)
167 pytree_utils.SetNodeAnnotation(self._leaf, _FOO, 30)
168 self.assertEqual(pytree_utils.GetNodeAnnotation(self._leaf, _FOO), 30)
171 pytree_utils.SetNodeAnnotation(self._leaf, _FOO, 20)
178 self.assertEqual(pytree_utils.GetNodeAnnotation(self._leaf, _FOO), 20)
[all …]
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86.cpp148 branch32, /// ex: call _foo
149 branch16, /// ex: callw _foo
150 abs32, /// ex: movl _foo, %eax
151 funcRel32, /// ex: movl _foo-L1(%eax), %eax
152 pointer32, /// ex: .long _foo
153 delta32, /// ex: .long _foo - .
154 negDelta32, /// ex: .long . - _foo
265 // ex: call _foo (and _foo undefined) in getReferenceInfo()
272 // ex: call _foo (and _foo defined) in getReferenceInfo()
279 // ex: call _foo+n (and _foo defined) in getReferenceInfo()
[all …]
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s7 .globl _foo symbol
9 _foo: label
20 # rtdyld-check: decode_operand(br1, 0)[25:0] = (_foo - br1)[27:2]
23 b _foo
28 # rtdyld-check: decode_operand(br2, 0)[25:0] = (_foo - br2)[27:2]
31 bl _foo
81 # rtdyld-check: *{8}_ptr = _foo
87 .quad _foo
90 # rtdyld-check: *{8}_subtractor_result = _test_branch_reloc - _foo
92 .quad _test_branch_reloc - _foo
/external/llvm/test/MC/MachO/AArch64/
Ddarwin-ARM64-reloc.s22 .quad _foo
23 .quad _foo + 4
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
27 .long _foo - _bar
29 .quad _foo@got
30 .long _foo@got - .
144 ; CHECK-NEXT: Symbol: _foo
151 ; CHECK-NEXT: Symbol: _foo
165 ; CHECK-NEXT: Symbol: _foo
[all …]
/external/llvm-project/llvm/test/MC/MachO/AArch64/
Ddarwin-ARM64-reloc.s22 .quad _foo
23 .quad _foo + 4
24 .quad _foo - _bar
25 .quad _foo - _bar + 4
27 .long _foo - _bar
29 .quad _foo@got
30 .long _foo@got - .
144 ; CHECK-NEXT: Symbol: _foo
151 ; CHECK-NEXT: Symbol: _foo
165 ; CHECK-NEXT: Symbol: _foo
[all …]

12345678910>>...23