Searched refs:exception_object (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c38 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { argument
51 (void *)exception_object);
57 (void *)exception_object);
68 (void *)exception_object);
86 (void *)exception_object, pc, frameInfo.start_ip, functionName,
97 (void *)exception_object, (void *)(uintptr_t)p);
99 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
100 exception_object, (struct _Unwind_Context *)(cursor));
107 exception_object->private_2 = (uintptr_t)sp;
110 (void *)exception_object);
134 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) argument
246 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
350 _Unwind_RaiseException(_Unwind_Exception *exception_object) argument
385 _Unwind_Resume(_Unwind_Exception *exception_object) argument
408 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
465 _Unwind_DeleteException(_Unwind_Exception *exception_object) argument
[all...]
H A DUnwind-sjlj.c109 unwind_phase1(struct _Unwind_Exception *exception_object) { argument
121 (void *)exception_object);
131 (void *)exception_object,
134 1, _UA_SEARCH_PHASE, exception_object->exception_class,
135 exception_object, (struct _Unwind_Context *)c);
141 exception_object->private_2 = (uintptr_t) c;
144 (void *)exception_object);
150 (void *)exception_object);
158 (void *)exception_object);
168 unwind_phase2(struct _Unwind_Exception *exception_object) { argument
238 unwind_phase2_forced(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
323 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) argument
354 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) argument
372 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) argument
472 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) argument
[all...]
H A DUnwind-seh.cpp242 _Unwind_Exception *exception_object,
255 (void *)exception_object);
271 (void *)exception_object, frameInfo.start_ip, functionName,
279 (*stop)(1, action, exception_object->exception_class, exception_object,
283 (void *)exception_object, stopResult);
287 (void *)exception_object);
297 (void *)exception_object, (void *)(uintptr_t)p);
299 (*p)(1, action, exception_object->exception_class, exception_object,
241 unwind_phase2_forced(unw_context_t *uc, _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
345 _Unwind_RaiseException(_Unwind_Exception *exception_object) argument
374 _Unwind_Resume(_Unwind_Exception *exception_object) argument
413 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
[all...]
H A DUnwind-EHABI.cpp440 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { argument
458 static_cast<void *>(exception_object));
476 static_cast<void *>(exception_object), pc,
488 static_cast<void *>(exception_object),
491 exception_object->pr_cache.fnstart = frameInfo.start_ip;
492 exception_object->pr_cache.ehtp =
494 exception_object->pr_cache.additional = frameInfo.flags;
496 (*p)(_US_VIRTUAL_UNWIND_FRAME, exception_object, context);
500 static_cast<void *>(exception_object), personalityResult,
501 exception_object
538 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object, bool resume) argument
671 _Unwind_RaiseException(_Unwind_Exception *exception_object) argument
691 _Unwind_Complete(_Unwind_Exception* exception_object) argument
709 _Unwind_Resume(_Unwind_Exception *exception_object) argument
982 _Unwind_DeleteException(_Unwind_Exception *exception_object) argument
991 __gnu_unwind_frame(_Unwind_Exception *exception_object, struct _Unwind_Context *context) argument
[all...]
H A DUnwindLevel1-gcc-ext.c33 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { argument
36 (void *)exception_object,
37 (long)exception_object->unwinder_cache.reserved1);
40 (void *)exception_object,
41 (intptr_t)exception_object->private_1);
47 return _Unwind_RaiseException(exception_object);
52 if (exception_object->private_1 == 0) {
53 return _Unwind_RaiseException(exception_object);
60 _Unwind_Resume(exception_object);
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h174 _Unwind_SjLj_RaiseException(_Unwind_Exception *exception_object);
175 extern void _Unwind_SjLj_Resume(_Unwind_Exception *exception_object);
178 _Unwind_RaiseException(_Unwind_Exception *exception_object);
179 extern void _Unwind_Resume(_Unwind_Exception *exception_object);
181 extern void _Unwind_DeleteException(_Unwind_Exception *exception_object);
205 extern void _Unwind_Complete(_Unwind_Exception* exception_object);
277 _Unwind_SjLj_ForcedUnwind(_Unwind_Exception *exception_object,
281 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object,
300 _Unwind_SjLj_Resume_or_Rethrow(_Unwind_Exception *exception_object);
303 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
[all...]
/freebsd-12-stable/contrib/libcxxrt/
H A Ddynamic_cast.cc50 void **exception_object,
61 return ex_type->__do_upcast(cti, exception_object);
67 void **exception_object,
107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer);
49 __do_catch(std::type_info const *ex_type, void **exception_object, unsigned int outer) const argument
66 __do_catch(std::type_info const *ex_type, void **exception_object, unsigned int outer) const argument

Completed in 116 milliseconds