Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwind-sjlj.c31 struct _Unwind_FunctionContext { struct
33 struct _Unwind_FunctionContext *prev; argument
70 static _LIBUNWIND_THREAD_LOCAL struct _Unwind_FunctionContext *stack = NULL; argument
73 static struct _Unwind_FunctionContext *__Unwind_SjLj_GetTopOfFunctionStack() { in __Unwind_SjLj_GetTopOfFunctionStack()
82 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack()
95 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register()
103 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister()
/external/llvm-project/llvm/test/CodeGen/X86/
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;
/external/llvm/test/CodeGen/X86/
Dsjlj-eh.ll25 ; struct _Unwind_FunctionContext {
26 ; +00 struct _Unwind_FunctionContext *prev; -64(%ebp)
36 ; struct _Unwind_FunctionContext UFC;
/external/llvm-project/libunwind/include/
Dunwind.h278 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t;