Home
last modified time | relevance | path

Searched refs:__cxa_init_primary_exception (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h36 _LIBCPP_OVERRIDABLE_FUNC_VIS __cxa_exception* __cxa_init_primary_exception(
101 (void)__cxxabiv1::__cxa_init_primary_exception( in make_exception_ptr()
104 (void)__cxxabiv1::__cxa_init_primary_exception(__ex, const_cast<std::type_info*>(&typeid(_Ep)), [](void* __p) { in make_exception_ptr()
/llvm-project/libcxxabi/include/
H A Dcxxabi.h53 __cxa_init_primary_exception(void* object, std::type_info* tinfo, void*(_LIBCXXABI_DTOR_FUNC* dest)(void*)) _LIBCXXABI_NOEXCEPT;
55 __cxa_init_primary_exception(void* object, std::type_info* tinfo, void(_LIBCXXABI_DTOR_FUNC* dest)(void*)) _LIBCXXABI_NOEXCEPT;
/llvm-project/libcxxabi/src/
H A Dcxa_exception.cpp209 __cxa_exception* __cxa_init_primary_exception(void* object, std::type_info* tinfo, in __cxa_init_primary_exception() function
284 __cxa_exception* exception_header = __cxa_init_primary_exception(thrown_object, tinfo, dest); in __cxa_init_primary_exception()
/llvm-project/libcxx/lib/abi/
H A DCHANGELOG.TXT194 * [libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534)
196 This patch implements __cxa_init_primary_exception, an extension to the Itanium C++ ABI.
204 Symbol added: __cxa_init_primary_exception
H A Dx86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist58 {'is_defined': False, 'name': '__cxa_init_primary_exception', 'type': 'FUNC'}
H A Dx86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist60 {'is_defined': False, 'name': '__cxa_init_primary_exception', 'type': 'FUNC'}
H A Di686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist2311 {'is_defined': True, 'name': '__cxa_init_primary_exception', 'type': 'FUNC'}
H A Dx86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist2305 {'is_defined': True, 'name': '__cxa_init_primary_exception', 'type': 'FUNC'}
H A Dpowerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist1114 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_init_primary_exception', 'storage_mapping_class': 'DS', 'type': 'FUNC'}
H A Dpowerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist1114 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_init_primary_exception', 'storage_mapping_class': 'DS', 'type': 'FUNC'}