Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-sjlj.c61 __Unwind_SjLj_SetTopOfFunctionStack(fc); in _Unwind_SjLj_Register()
68 __Unwind_SjLj_SetTopOfFunctionStack(fc->prev); in _Unwind_SjLj_Unregister()
175 __Unwind_SjLj_SetTopOfFunctionStack(c); in unwind_phase2()
247 __Unwind_SjLj_SetTopOfFunctionStack(c); in unwind_phase2_forced()
Dunwind_ext.h29 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc);
DUnwind_AppleExtras.cpp207 void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack() function