Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwind-sjlj.c122 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase1()
185 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase2()
253 _Unwind_FunctionContext_t c = __Unwind_SjLj_GetTopOfFunctionStack(); in unwind_phase2_forced()
408 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetLanguageSpecificData()
421 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetGR()
432 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_SetGR()
439 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetIP()
451 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetIPInfo()
465 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_SetIP()
520 _Unwind_FunctionContext_t ufc = (_Unwind_FunctionContext_t) context; in _Unwind_GetCFA()
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h272 typedef struct SjLj_Function_Context *_Unwind_FunctionContext_t; typedef
274 void _Unwind_SjLj_Register(_Unwind_FunctionContext_t);
275 void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t);