Searched refs:_Unwind_SetIP (Results 1 - 12 of 12) sorted by relevance

/external/libunwind/src/unwind/
H A DSetIP.c29 _Unwind_SetIP (struct _Unwind_Context *context, unsigned long new_value) function
35 ALIAS (_Unwind_SetIP); variable
/external/libunwind/include/
H A Dunwind.h94 extern void _Unwind_SetIP (struct _Unwind_Context *, unsigned long);
/external/libunwind_llvm/src/
H A DUnwind_AppleExtras.cpp96 NOT_HERE_BEFORE_10_6(_Unwind_SetIP)
133 NOT_HERE_BEFORE_5_0(_Unwind_SetIP)
H A DUnwind-sjlj.c401 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function
403 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%0lX)",
H A DUnwindLevel1.c498 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function
500 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%0" PRIx64 ")",
/external/clang/lib/Headers/
H A Dunwind.h202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { function
211 void _Unwind_SetIP(struct _Unwind_Context *, _Unwind_Word);
/external/libunwind_llvm/include/
H A Dunwind.h217 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
254 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) { function
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c233 _Unwind_SetIP(context, (funcStart + landingPad));
/external/libunwind/tests/
H A Dcheck-namespace.sh.in272 match _Unwind_SetIP
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp134 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);
789 _Unwind_SetIP(context, funcStart + landingPad);
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp137 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);
765 _Unwind_SetIP(context, funcStart + landingPad);
/external/libcxxabi/src/
H A Dcxa_personality.cpp531 _Unwind_SetIP(context, results.landingPad);

Completed in 956 milliseconds