Home
last modified time | relevance | path

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

/external/libunwind_llvm/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsjlj-eh.ll27 ; struct _Unwind_FunctionContext {
28 ; +00 struct _Unwind_FunctionContext *prev; -64(%ebp)
38 ; struct _Unwind_FunctionContext UFC;
75 ; struct _Unwind_FunctionContext {
76 ; +00 struct _Unwind_FunctionContext *prev; -312(%rbp)
86 ; 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/libunwind_llvm/include/
Dunwind.h282 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t;