Searched refs:_Unwind_FunctionContext (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A Dunwind_ext.h25 extern struct _Unwind_FunctionContext *
29 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc);
H A DUnwind_AppleExtras.cpp192 struct _Unwind_FunctionContext *__Unwind_SjLj_GetTopOfFunctionStack() {
193 return (struct _Unwind_FunctionContext *)
198 void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) {
H A DUnwind-sjlj.c37 struct _Unwind_FunctionContext { struct
39 struct _Unwind_FunctionContext *prev;
59 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) {
67 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) {
/freebsd-11.0-release/contrib/llvm/projects/libunwind/include/
H A Dunwind.h270 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t;

Completed in 63 milliseconds