Home
last modified time | relevance | path

Searched refs:__data (Results 1 – 25 of 124) sorted by relevance

12345

/llvm-project-15.0.7/libcxx/src/
H A Dtypeinfo.cpp16 if (&__data == &__rhs.__data) in __compare()
18 return strcmp(&__data.__decorated_name[1], &__rhs.__data.__decorated_name[1]); in __compare()
23 return &__data.__decorated_name[1]; in name()
36 for (const char* c = &__data.__decorated_name[1]; *c; ++c) { in hash_code()
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Dbind.test8 # CHECK-NEXT:__DATA __data 0x00001028 pointer 0 flat-namespace _any
9 # CHECK-NEXT:__DATA __data 0x00001020 pointer 0 main-executable _fromApp
10 # CHECK-NEXT:__DATA __data 0x00001018 pointer 0 this-image _myfunc
11 # CHECK-NEXT:__DATA __data 0x00001000 pointer 0 libfoo _foo
12 # CHECK-NEXT:__DATA __data 0x00001008 pointer 0 libbar _bar
13 # CHECK-NEXT:__DATA __data 0x00001010 pointer 0 libSystem _malloc
H A Drebase.test8 # CHECK-NEXT:__DATA __data 0x00001010 pointer
9 # CHECK-NEXT:__DATA __data 0x00001028 pointer
10 # CHECK-NEXT:__DATA __data 0x00001030 pointer
11 # CHECK-NEXT:__DATA __data 0x00001038 pointer
12 # CHECK-NEXT:__DATA __data 0x00001040 pointer
13 # CHECK-NEXT:__DATA __data 0x00001258 pointer
H A Dweak-bind.test5 # CHECK: __DATA __data 0x100001018 pointer 0 __ZTISt12out_of_range
6 # CHECK: __DATA __data 0x100001020 pointer 0 __ZTISt12out_of_range
7 # CHECK: __DATA __data 0x100001028 pointer 0 __ZTISt12out_of_range
9 # CHECK: __DATA __data 0x100001018 pointer 0 __Znam
H A Dbind2.test3 # CHECK: __DATA __data 0x00001008 pointer 0 libSystem _malloc
4 # CHECK: __DATA __data 0x00001050 pointer 0 libSystem _malloc
5 # CHECK: __DATA __data 0x00001458 pointer 0 libSystem _malloc
H A Dsections.test1 # RUN: llvm-objdump --macho --section=__data %p/Inputs/bind2.macho-x86_64 | FileCheck %s
6 # RUN: llvm-objdump --macho --section=__data %p/Inputs/section.macho-armv7 | FileCheck --check-pref…
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp184 auto *__data = in __libcpp_beginthreadex_thunk() local
186 auto *__func = __data->__func; in __libcpp_beginthreadex_thunk()
187 void *__arg = __data->__arg; in __libcpp_beginthreadex_thunk()
188 delete __data; in __libcpp_beginthreadex_thunk()
199 auto *__data = new __libcpp_beginthreadex_thunk_data; in __libcpp_thread_create() local
200 __data->__func = __func; in __libcpp_thread_create()
201 __data->__arg = __arg; in __libcpp_thread_create()
205 __data, 0, nullptr)); in __libcpp_thread_create()
/llvm-project-15.0.7/lld/test/MachO/
H A Dsection-merge.s11 # RUN: llvm-objdump --syms --section=__data --full-contents %t/output | FileCheck %s
13 # CHECK-DAG: [[#%x, ADDR:]] g O __DATA,__data _foo
14 # CHECK-DAG: {{0*}}[[#ADDR+0x4]] g O __DATA,__data _bar
15 # CHECK-DAG: {{0*}}[[#ADDR+0x8]] g O __DATA,__data _baz
16 # CHECK-DAG: {{0*}}[[#ADDR+0x9]] g O __DATA,__data _qux
18 # CHECK: Contents of section __DATA,__data:
H A Dimplicit-dylibs.s87 # NO-IMPLICIT-DAG: __DATA __data {{.*}} pointer 0 libreexporter _foo
88 # NO-IMPLICIT-DAG: __DATA __data {{.*}} pointer 0 libreexporter _toplevel
89 # NO-IMPLICIT-DAG: __DATA __data {{.*}} pointer 0 libreexporter _sublevel
90 # NO-IMPLICIT-DAG: __DATA __data {{.*}} pointer 0 libreexporter _framework_foo
91 # NO-IMPLICIT-DAG: __DATA __data {{.*}} pointer 0 libreexporter _framework_bar
92 # NO-IMPLICIT-DAG: __DATA __data {{.*}} pointer 0 libreexporter _framework_baz
93 # NO-IMPLICIT-DAG: __DATA __data {{.*}} pointer 0 libreexporter ___gxx_personality_v0
H A Dtapi-link.s17 # CHECK-DAG: __DATA __data {{.*}} pointer 0 CoreFoundation _OBJC_CLASS_$_NSObject
18 # CHECK-DAG: __DATA __data {{.*}} pointer 0 CoreFoundation _OBJC_METACLASS_$_NSObject
19 # CHECK-DAG: __DATA __data {{.*}} pointer 0 CoreFoundation _OBJC_IVAR_$_NSConstantArray._count
20 # CHECK-DAG: __DATA __data {{.*}} pointer 0 CoreFoundation _OBJC_EHTYPE_$_NSException
21 # CHECK-DAG: __DATA __data {{.*}} pointer 0 libc++abi ___gxx_personality_v0
22 # CHECK-DAG: __DATA __data {{.*}} pointer 0 libNested3 _deeply_nested
H A Dlto-internalize-unnamed-addr.ll55 ; LTO-DAG: (__DATA,__data) non-external _global_unnamed
56 ; LTO-DAG: (__DATA,__data) non-external _global_unnamed_sometimes_linkonce
57 ; LTO-DAG: (__DATA,__data) non-external _local_unnamed
69 ; LTO-DYLIB-DAG: (__DATA,__data) non-external _global_unnamed
70 ; LTO-DYLIB-DAG: (__DATA,__data) weak external _global_unnamed_sometimes_linkonce
71 ; LTO-DYLIB-DAG: (__DATA,__data) weak external _local_unnamed
76 ; THINLTO-DAG: (__DATA,__data) non-external (was a private external) _global_unnamed
79 ; THINLTO-DAG: (__DATA,__data) weak external _global_unnamed_sometimes_linkonce
80 ; THINLTO-DAG: (__DATA,__data) weak external _local_unnamed
H A Darm64-reloc-pointer-to-got.s17 # CHECK: [[#]] __data 00000004 0000000100008000 DATA
20 ## __data and __got in little-endian form.
21 # CHECK: Contents of section __DATA,__data:
H A Dbind-opcodes.s145 # BIND-NEXT: __DATA __data 0x[[#%X,DATA:]] pointer 0 libfoo …
146 # BIND-NEXT: __DATA __data 0x[[#%.8X,DATA + mul(PTR, 2)]] pointer 0 libfoo …
147 # BIND-NEXT: __DATA __data 0x[[#%.8X,DATA + mul(PTR, 4)]] pointer 1 libfoo …
148 # BIND-NEXT: __DATA __data 0x[[#%.8X,DATA + 4096 + mul(PTR, 6)]] pointer 0 libfoo …
149 # BIND-NEXT: __DATA __data 0x[[#%.8X,DATA + PTR]] pointer 0 libfoo …
150 # BIND-NEXT: __DATA __data 0x[[#%.8X,DATA + mul(PTR, 3)]] pointer 0 libfoo …
151 # BIND-NEXT: __DATA __data 0x[[#%.8X,DATA + 4096 + mul(PTR, 5)]] pointer 0 libfoo …
H A Dlocal-private-extern.yaml16 # CHECK: (__DATA,__data) non-external _foo
17 # CHECK: (__DATA,__data) non-external _foo
42 - sectname: __data
/llvm-project-15.0.7/libcxx/include/
H A Dspan256 : __data{_VSTD::to_address(__first)} {
305 : __data{__other.data()} {}
377 return __data[__idx];
383 return __data[0];
389 return __data[size()-1];
419 pointer __data;
492 : __data{__other.data()}, __size{__other.size()} {}
554 return __data[__idx];
560 return __data[0];
566 return __data[size()-1];
[all …]
/llvm-project-15.0.7/llvm/test/MC/MachO/ARM/
H A Dthumb2-movw-fixup.s30 @ CHECK: Section: __data (2)
44 @ CHECK: Section: __data (2)
58 @ CHECK: Section: __data (2)
72 @ CHECK: Section: __data (2)
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DMachO_x86-64_relocations.s111 # jitlink-check: section_addr(macho_reloc.o, __DATA,__data) - next_pc(signedanon)
117 # jitlink-check: section_addr(macho_reloc.o, __DATA,__data) - next_pc(signed1anon)
123 # jitlink-check: section_addr(macho_reloc.o, __DATA,__data) - next_pc(signed2anon)
129 # jitlink-check: section_addr(macho_reloc.o, __DATA,__data) - next_pc(signed4anon)
135 .section __DATA,__data
148 # jitlink-check: *{8}(section_addr(macho_reloc.o, __DATA,__data) + 8) = \
149 # jitlink-check: (section_addr(macho_reloc.o, __DATA,__data) + 8) - named_data - 2
155 # jitlink-check: *{4}(section_addr(macho_reloc.o, __DATA,__data) + 16) = \
156 # jitlink-check: ((section_addr(macho_reloc.o, __DATA,__data) + 16) - named_data - 2)[31:0]
161 # Named quad storage target (first named atom in __data).
[all …]
/llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/
H A Dsection_data.yaml30 - sectname: __data
48 # CASE2-NEXT: Name: __data (5F 5F 64 61 74 61 00 00 00 00 00 00 00 00 00 00)
89 - sectname: __data
108 # CASE3-NEXT: Name: __data (5F 5F 64 61 74 61 00 00 00 00 00 00 00 00 00 00)
149 - sectname: __data
/llvm-project-15.0.7/llvm/test/tools/llvm-size/
H A Ddarwin-m.test21 # DARWIN-NEXT: Section (__DATA, __data): 8
27 # DARWIN2-NEXT: Section (__DATA, __data): 32
65 - sectname: __data
112 - sectname: __data
H A Dlong-format.test9 # CHECK-NEXT: Section (__DATA, __data): 8 (addr 0x4 offset 224)
47 - sectname: __data
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/simulator/
H A Dmain.cpp219 basic_string(unsigned char __size, const value_type (&__data)[__N]) in basic_string()
229 __r_.first().__s.__data_[__i] = __data[__i];
231 basic_string(size_t __cap, size_type __size, pointer __data) : __r_({}, {}) { in basic_string() argument
239 __r_.first().__l.__data_ = __data;
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A D2s-complement-asm.ll1 …m64-apple-ios %s -filetype=obj -o - | llvm-objdump --macho --section __DATA,__data - | FileCheck %s
3 ; CHECK: Contents of (__DATA,__data) section
/llvm-project-15.0.7/lld/test/ELF/
H A Dgc-sections-startstop.s15 ## The referenced __data is retained.
47 .section __data,"axG",@progbits,f
55 .section __data,"axG",@progbits,g
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/AArch64/
H A DMachO_arm64_relocations.s158 .section __DATA,__data
171 # jitlink-check: *{8}(section_addr(macho_reloc.o, __DATA,__data) + 8) = \
172 # jitlink-check: (section_addr(macho_reloc.o, __DATA,__data) + 8) - named_data + 2
178 # jitlink-check: *{4}(section_addr(macho_reloc.o, __DATA,__data) + 16) = \
179 # jitlink-check: ((section_addr(macho_reloc.o, __DATA,__data) + 16) - named_data + 2)[31:0]
184 # Named quad storage target (first named atom in __data).
221 # jitlink-check: section_addr(macho_reloc.o, __DATA,__data) - anon_minuend_quad1 + 2
230 # jitlink-check: (section_addr(macho_reloc.o, __DATA,__data) - anon_minuend_long1 + 2)[31:0]
/llvm-project-15.0.7/lld/test/MachO/invalid/
H A Dcompact-unwind-bad-reloc.s5 # CHECK: error: {{.*}}bad-function.o:(__compact_unwind+0x0) references section __data which is not …
6 # CHECK: error: {{.*}}bad-function.o:(__compact_unwind+0x20) references section __data which is not…

12345