Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/external/perfetto/src/tracing/core/
Dshared_memory_abi_unittest.cc36 SharedMemoryABI abi(buf(), buf_size(), page_size()); in TEST_P() local
38 ASSERT_EQ(buf(), abi.start()); in TEST_P()
39 ASSERT_EQ(buf() + buf_size(), abi.end()); in TEST_P()
40 ASSERT_EQ(buf_size(), abi.size()); in TEST_P()
41 ASSERT_EQ(page_size(), abi.page_size()); in TEST_P()
42 ASSERT_EQ(kNumPages, abi.num_pages()); in TEST_P()
45 ASSERT_TRUE(abi.is_page_free(i)); in TEST_P()
46 ASSERT_FALSE(abi.is_page_complete(i)); in TEST_P()
48 ASSERT_EQ(0u, abi.GetFreeChunks(i)); in TEST_P()
51 ASSERT_TRUE(abi.TryPartitionPage(0, SharedMemoryABI::kPageDiv1)); in TEST_P()
[all …]
/external/vixl/test/aarch64/
Dtest-abi.cc44 TEST(abi) { in TEST() argument
45 ABI abi; in TEST() local
47 VIXL_CHECK(abi.GetStackSpaceRequired() == 0); in TEST()
48 VIXL_CHECK(!abi.GetReturnGenericOperand<void>().IsValid()); in TEST()
50 VIXL_CHECK(abi.GetReturnGenericOperand<bool>().Equals(GenericOperand(w0))); in TEST()
51 VIXL_CHECK(abi.GetReturnGenericOperand<char>().Equals(GenericOperand(w0))); in TEST()
52 VIXL_CHECK(abi.GetReturnGenericOperand<int8_t>().Equals(GenericOperand(w0))); in TEST()
53 VIXL_CHECK(abi.GetReturnGenericOperand<uint8_t>().Equals(GenericOperand(w0))); in TEST()
55 abi.GetReturnGenericOperand<short>().Equals( // NOLINT(runtime/int) in TEST()
57 VIXL_CHECK(abi.GetReturnGenericOperand<int16_t>().Equals(GenericOperand(w0))); in TEST()
[all …]
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_itanium.cc74 namespace abi = __cxxabiv1;
115 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, in isDerivedFromAtOffset()
116 const abi::__class_type_info *Base, in isDerivedFromAtOffset()
123 if (const abi::__si_class_type_info *SI = in isDerivedFromAtOffset()
124 dynamic_cast<const abi::__si_class_type_info*>(Derived)) in isDerivedFromAtOffset()
127 const abi::__vmi_class_type_info *VTI = in isDerivedFromAtOffset()
128 dynamic_cast<const abi::__vmi_class_type_info*>(Derived); in isDerivedFromAtOffset()
138 abi::__base_class_type_info::__offset_shift; in isDerivedFromAtOffset()
140 abi::__base_class_type_info::__virtual_mask) in isDerivedFromAtOffset()
155 static const abi::__class_type_info *findBaseAtOffset( in findBaseAtOffset()
[all …]
/external/autotest/server/cros/
Dtradefed_utils.py135 abi = None
143 if abi:
145 abi = match.group(1)
155 if abi != match.group(1):
169 total_test[abi] = (
170 total_test.get(abi, 0) + ntest - last_notexec.get(abi, 0))
171 total_pass[abi] = total_pass.get(abi, 0) + npass
172 total_fail[abi] = total_fail.get(abi, 0) + nfail
173 last_notexec[abi] = nnotexec
174 abi = None
[all …]
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
Dffi.c58 int cabi = ecif->cif->abi; in ffi_prep_args()
286 if (cif->abi == FFI_MS_CDECL) in ffi_prep_cif_machdep()
322 if (cif->abi != FFI_STDCALL && cif->abi != FFI_THISCALL && cif->abi != FFI_FASTCALL) in ffi_prep_cif_machdep()
373 switch (cif->abi) in ffi_call()
384 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags, in ffi_call()
390 unsigned int abi = cif->abi; in ffi_call()
408 if (passed_regs < 2 && abi == FFI_FASTCALL) in ffi_call()
409 abi = FFI_THISCALL; in ffi_call()
410 if (passed_regs < 1 && abi == FFI_THISCALL) in ffi_call()
411 abi = FFI_STDCALL; in ffi_call()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi.c58 int cabi = ecif->cif->abi; in ffi_prep_args()
286 if (cif->abi == FFI_MS_CDECL) in ffi_prep_cif_machdep()
322 if (cif->abi != FFI_STDCALL && cif->abi != FFI_THISCALL && cif->abi != FFI_FASTCALL) in ffi_prep_cif_machdep()
373 switch (cif->abi) in ffi_call()
384 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags, in ffi_call()
390 unsigned int abi = cif->abi; in ffi_call()
408 if (passed_regs < 2 && abi == FFI_FASTCALL) in ffi_call()
409 abi = FFI_THISCALL; in ffi_call()
410 if (passed_regs < 1 && abi == FFI_THISCALL) in ffi_call()
411 abi = FFI_STDCALL; in ffi_call()
[all …]
/external/python/cpython3/Modules/_ctypes/libffi/src/
Dprep_cif.c107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() argument
121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)) in ffi_prep_cif_core()
124 cif->abi = abi; in ffi_prep_cif_core()
132 ffi_prep_types (abi); in ffi_prep_cif_core()
147 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif_core()
176 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif_core()
178 && cif->abi != FFI_V9)) in ffi_prep_cif_core()
218 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
221 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif()
225 ffi_abi abi, in ffi_prep_cif_var() argument
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dprep_cif.c107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() argument
121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)) in ffi_prep_cif_core()
124 cif->abi = abi; in ffi_prep_cif_core()
132 ffi_prep_types (abi); in ffi_prep_cif_core()
147 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif_core()
176 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif_core()
178 && cif->abi != FFI_V9)) in ffi_prep_cif_core()
218 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
221 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif()
225 ffi_abi abi, in ffi_prep_cif_var() argument
[all …]
/external/libffi/src/
Dprep_cif.c107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() argument
121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)) in ffi_prep_cif_core()
124 cif->abi = abi; in ffi_prep_cif_core()
132 ffi_prep_types (abi); in ffi_prep_cif_core()
151 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif_core()
184 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif_core()
186 && cif->abi != FFI_V9)) in ffi_prep_cif_core()
226 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
229 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif()
233 ffi_abi abi, in ffi_prep_cif_var() argument
[all …]
/external/abi-dumper/
DREADME7 The tool is developed by Andrey Ponomarenko: http://abi-laboratory.pro/
19 abi-dumper libTest.so -o ABI.dump
20 abi-dumper Module.ko.debug
23 abi-dumper lib/libssh.so.3
24 abi-dumper drm/nouveau/nouveau.ko.debug
30 abi-dumper libTest.so -public-headers PATH
34 abi-dumper libTest.so.0 -o ABIv0.dump
35 abi-dumper libTest.so.1 -o ABIv1.dump
36 abi-compliance-checker -l libTest -old ABIv0.dump -new ABIv1.dump
39 ABI Compliance Checker >= 1.99.24 (https://github.com/lvc/abi-compliance-checker)
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
Dffi_sysv.c47 ffi_prep_types_sysv (ffi_abi abi) in ffi_prep_types_sysv() argument
49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV) in ffi_prep_types_sysv()
64 translate_float (int abi, int type) in translate_float() argument
68 && (abi & FFI_SYSV_LONG_DOUBLE_128) == 0) in translate_float()
71 if ((abi & FFI_SYSV_SOFT_FLOAT) != 0) in translate_float()
81 else if ((abi & FFI_SYSV_IBM_LONG_DOUBLE) == 0) in translate_float()
122 type = translate_float (cif->abi, type); in ffi_prep_cif_sysv_core()
153 if ((cif->abi & FFI_SYSV_STRUCT_RET) != 0 && size <= 8) in ffi_prep_cif_sysv_core()
179 typenum = translate_float (cif->abi, typenum); in ffi_prep_cif_sysv_core()
292 if ((cif->abi & FFI_SYSV) == 0) in ffi_prep_cif_sysv()
[all …]
Dffi_linux64.c49 ffi_prep_types_linux64 (ffi_abi abi) in ffi_prep_types_linux64() argument
51 if ((abi & (FFI_LINUX | FFI_LINUX_LONG_DOUBLE_128)) == FFI_LINUX) in ffi_prep_types_linux64()
118 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0) in ffi_prep_cif_linux64_core()
144 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0) in ffi_prep_cif_linux64_core()
199 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0) in ffi_prep_cif_linux64_core()
215 if ((cif->abi & FFI_LINUX_STRUCT_ALIGN) != 0) in ffi_prep_cif_linux64_core()
292 if ((cif->abi & FFI_LINUX) != 0) in ffi_prep_cif_linux64()
295 else if (cif->abi == FFI_COMPAT_LINUX64) in ffi_prep_cif_linux64()
301 cif->abi = FFI_LINUX | FFI_LINUX_LONG_DOUBLE_128; in ffi_prep_cif_linux64()
314 if ((cif->abi & FFI_LINUX) != 0) in ffi_prep_cif_linux64_var()
[all …]
/external/libffi/src/powerpc/
Dffi_sysv.c47 ffi_prep_types_sysv (ffi_abi abi) in ffi_prep_types_sysv() argument
49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV) in ffi_prep_types_sysv()
64 translate_float (int abi, int type) in translate_float() argument
68 && (abi & FFI_SYSV_LONG_DOUBLE_128) == 0) in translate_float()
71 if ((abi & FFI_SYSV_SOFT_FLOAT) != 0) in translate_float()
81 else if ((abi & FFI_SYSV_IBM_LONG_DOUBLE) == 0) in translate_float()
122 type = translate_float (cif->abi, type); in ffi_prep_cif_sysv_core()
153 if ((cif->abi & FFI_SYSV_STRUCT_RET) != 0 && size <= 8) in ffi_prep_cif_sysv_core()
179 typenum = translate_float (cif->abi, typenum); in ffi_prep_cif_sysv_core()
292 if ((cif->abi & FFI_SYSV) == 0) in ffi_prep_cif_sysv()
[all …]
Dffi_linux64.c49 ffi_prep_types_linux64 (ffi_abi abi) in ffi_prep_types_linux64() argument
51 if ((abi & (FFI_LINUX | FFI_LINUX_LONG_DOUBLE_128)) == FFI_LINUX) in ffi_prep_types_linux64()
118 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0) in ffi_prep_cif_linux64_core()
144 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0) in ffi_prep_cif_linux64_core()
199 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0) in ffi_prep_cif_linux64_core()
215 if ((cif->abi & FFI_LINUX_STRUCT_ALIGN) != 0) in ffi_prep_cif_linux64_core()
292 if ((cif->abi & FFI_LINUX) != 0) in ffi_prep_cif_linux64()
295 else if (cif->abi == FFI_COMPAT_LINUX64) in ffi_prep_cif_linux64()
301 cif->abi = FFI_LINUX | FFI_LINUX_LONG_DOUBLE_128; in ffi_prep_cif_linux64()
314 if ((cif->abi & FFI_LINUX) != 0) in ffi_prep_cif_linux64_var()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_sysv.c47 ffi_prep_types_sysv (ffi_abi abi) in ffi_prep_types_sysv() argument
49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV) in ffi_prep_types_sysv()
64 translate_float (int abi, int type) in translate_float() argument
68 && (abi & FFI_SYSV_LONG_DOUBLE_128) == 0) in translate_float()
71 if ((abi & FFI_SYSV_SOFT_FLOAT) != 0) in translate_float()
81 else if ((abi & FFI_SYSV_IBM_LONG_DOUBLE) == 0) in translate_float()
122 type = translate_float (cif->abi, type); in ffi_prep_cif_sysv_core()
153 if ((cif->abi & FFI_SYSV_STRUCT_RET) != 0 && size <= 8) in ffi_prep_cif_sysv_core()
179 typenum = translate_float (cif->abi, typenum); in ffi_prep_cif_sysv_core()
292 if ((cif->abi & FFI_SYSV) == 0) in ffi_prep_cif_sysv()
[all …]
Dffi_linux64.c49 ffi_prep_types_linux64 (ffi_abi abi) in ffi_prep_types_linux64() argument
51 if ((abi & (FFI_LINUX | FFI_LINUX_LONG_DOUBLE_128)) == FFI_LINUX) in ffi_prep_types_linux64()
118 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0) in ffi_prep_cif_linux64_core()
144 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0) in ffi_prep_cif_linux64_core()
199 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0) in ffi_prep_cif_linux64_core()
215 if ((cif->abi & FFI_LINUX_STRUCT_ALIGN) != 0) in ffi_prep_cif_linux64_core()
292 if ((cif->abi & FFI_LINUX) != 0) in ffi_prep_cif_linux64()
295 else if (cif->abi == FFI_COMPAT_LINUX64) in ffi_prep_cif_linux64()
301 cif->abi = FFI_LINUX | FFI_LINUX_LONG_DOUBLE_128; in ffi_prep_cif_linux64()
314 if ((cif->abi & FFI_LINUX) != 0) in ffi_prep_cif_linux64_var()
[all …]
/external/libffi/src/mips/
Dffi.c131 type = (ecif->cif->abi == FFI_N64 in ffi_prep_args()
132 || ecif->cif->abi == FFI_N64_SOFT_FLOAT) in ffi_prep_args()
135 if (i < 8 && (ecif->cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_args()
136 || ecif->cif->abi == FFI_N64_SOFT_FLOAT)) in ffi_prep_args()
334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep()
372 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep()
427 int soft_float = (cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_cif_machdep()
428 || cif->abi == FFI_N64_SOFT_FLOAT); in ffi_prep_cif_machdep()
535 if (cif->abi == FFI_N32_SOFT_FLOAT || cif->abi == FFI_N32) in ffi_prep_cif_machdep()
607 switch (cif->abi) in ffi_call()
[all …]
/external/python/cpython3/Modules/_ctypes/libffi/src/mips/
Dffi.c131 type = (ecif->cif->abi == FFI_N64 in ffi_prep_args()
132 || ecif->cif->abi == FFI_N64_SOFT_FLOAT) in ffi_prep_args()
135 if (i < 8 && (ecif->cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_args()
136 || ecif->cif->abi == FFI_N64_SOFT_FLOAT)) in ffi_prep_args()
334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep()
372 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep()
427 int soft_float = (cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_cif_machdep()
428 || cif->abi == FFI_N64_SOFT_FLOAT); in ffi_prep_cif_machdep()
535 if (cif->abi == FFI_N32_SOFT_FLOAT || cif->abi == FFI_N32) in ffi_prep_cif_machdep()
607 switch (cif->abi) in ffi_call()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffi.c131 type = (ecif->cif->abi == FFI_N64 in ffi_prep_args()
132 || ecif->cif->abi == FFI_N64_SOFT_FLOAT) in ffi_prep_args()
135 if (i < 8 && (ecif->cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_args()
136 || ecif->cif->abi == FFI_N64_SOFT_FLOAT)) in ffi_prep_args()
334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep()
372 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep()
427 int soft_float = (cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_cif_machdep()
428 || cif->abi == FFI_N64_SOFT_FLOAT); in ffi_prep_cif_machdep()
535 if (cif->abi == FFI_N32_SOFT_FLOAT || cif->abi == FFI_N32) in ffi_prep_cif_machdep()
607 switch (cif->abi) in ffi_call()
[all …]
/external/libffi/src/x86/
Dffi.c54 const int cabi = ecif->cif->abi; in ffi_prep_args()
294 if (cif->abi == FFI_MS_CDECL) in ffi_prep_cif_machdep()
330 if (cif->abi == FFI_SYSV || cif->abi == FFI_UNIX64) in ffi_prep_cif_machdep()
379 switch (cif->abi) in ffi_call()
401 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags, in ffi_call()
528 const int cabi = cif->abi; in ffi_prep_incoming_args()
729 if (cif->abi == FFI_WIN64) in ffi_prep_closure_loc()
738 if (cif->abi == FFI_SYSV) in ffi_prep_closure_loc()
744 else if (cif->abi == FFI_REGISTER) in ffi_prep_closure_loc()
750 else if (cif->abi == FFI_FASTCALL) in ffi_prep_closure_loc()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dprep_cif.c88 ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif()
99 cif->abi = abi; in ffi_prep_cif()
123 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()
145 && cif->abi != FFI_V9)) in ffi_prep_cif()
/external/llvm/test/MC/Mips/
Delf_eflags.s4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| l…
7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+na…
10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| l…
11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| l…
12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| l…
15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+na…
16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+na…
17 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 -mattr=+na…
20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llv…
23 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -mattr=+nan2…
[all …]
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
Dprep_cif.c88 ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif()
99 cif->abi = abi; in ffi_prep_cif()
123 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()
145 && cif->abi != FFI_V9)) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dprep_cif.c88 ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif()
99 cif->abi = abi; in ffi_prep_cif()
123 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()
145 && cif->abi != FFI_V9)) in ffi_prep_cif()
/external/libcxxabi/
DCMakeLists.txt56 "Build libc++abi with an externalized threading API.
59 "Build libc++abi with an externalized threading library.
63 # programs to due undefined references to new/delete in libc++abi. Once this
66 "Build libc++abi with definitions for operator new/delete. Normally libc++
68 option(LIBCXXABI_BUILD_32_BITS "Build 32 bit libc++abi." ${LLVM_BUILD_32_BITS})
69 option(LIBCXXABI_INCLUDE_TESTS "Generate build targets for the libc++abi unit tests." ${LLVM_INCLUD…
72 option(LIBCXXABI_INSTALL_LIBRARY "Install the libc++abi library." ON)
79 # the libc++abi that is being built. There are two problems with testing a
80 # static libc++abi. In the case of a standalone build, the tests will link the
81 # system's libc++, which might not have been built against our libc++abi. In the
[all …]

12345678910>>...24