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

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c31 struct _Unwind_FunctionContext { struct
33 struct _Unwind_FunctionContext *prev;
70 static _LIBUNWIND_THREAD_LOCAL struct _Unwind_FunctionContext *stack = NULL;
73 static struct _Unwind_FunctionContext *__Unwind_SjLj_GetTopOfFunctionStack() {
82 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) {
95 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) {
103 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) {
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h286 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t;

Completed in 107 milliseconds