Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c123 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase1()
186 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase2()
254 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase2_forced()
409 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetLanguageSpecificData()
422 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetGR()
433 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_SetGR()
440 _Unwind_FunctionContext_t uf in _Unwind_GetIP()
[all...]
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind.h90 typedef struct _Unwind_FunctionContext *_Unwind_FunctionContext_t; typedef
91 extern void _Unwind_SjLj_Register(_Unwind_FunctionContext_t fc);
92 extern void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t fc);
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h273 typedef struct SjLj_Function_Context *_Unwind_FunctionContext_t; typedef
275 void _Unwind_SjLj_Register(_Unwind_FunctionContext_t);
276 void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t);