Home
last modified time | relevance | path

Searched refs:_Unwind_FunctionContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libunwind/src/
H A DUnwind-sjlj.c31 struct _Unwind_FunctionContext { struct
33 struct _Unwind_FunctionContext *prev; argument
82 static _LIBUNWIND_THREAD_LOCAL struct _Unwind_FunctionContext *stack = NULL; argument
85 static struct _Unwind_FunctionContext *__Unwind_SjLj_GetTopOfFunctionStack() { in __Unwind_SjLj_GetTopOfFunctionStack()
94 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack()
107 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register()
115 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsjlj-eh.ll28 ; struct _Unwind_FunctionContext {
29 ; +00 struct _Unwind_FunctionContext *prev; -64(%ebp)
39 ; struct _Unwind_FunctionContext UFC;
76 ; struct _Unwind_FunctionContext {
77 ; +00 struct _Unwind_FunctionContext *prev; -312(%rbp)
87 ; struct _Unwind_FunctionContext UFC;
/llvm-project-15.0.7/libunwind/include/
H A Dunwind.h90 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t;