Home
last modified time | relevance | path

Searched refs:_Unwind_Stop_Fn (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libunwind/include/
Dunwind.h109 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef
144 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef
270 _Unwind_Stop_Fn stop, void *stop_parameter);
274 _Unwind_Stop_Fn stop, void *stop_parameter);
/external/clang/lib/Headers/
Dunwind.h124 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action, typedef
230 _Unwind_Stop_Fn, void *);
246 _Unwind_Stop_Fn, void *);
/external/llvm-project/clang/lib/Headers/
Dunwind.h155 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action, typedef
257 _Unwind_Reason_Code _Unwind_ForcedUnwind(_Unwind_Exception *, _Unwind_Stop_Fn,
274 _Unwind_Stop_Fn, void *);
/external/llvm-project/libunwind/src/
DUnwindLevel1.c246 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced()
391 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_Resume()
407 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind()
DUnwind-seh.cpp231 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced()
370 (_Unwind_Stop_Fn) exception_object->private_[0], in _Unwind_Resume()
402 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind()
DUnwind-sjlj.c239 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced()
360 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume()