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

/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_itanium.h70 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
H A Dunwind_arm_ehabi.h165 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) { function
/freebsd-current/contrib/libcxxrt/
H A Dunwind-itanium.h98 extern void _Unwind_SetIP (struct _Unwind_Context *, unsigned long);
H A Dunwind-arm.h180 static inline void _Unwind_SetIP(_Unwind_Context *context, unsigned long val) function
H A Dexception.cc1232 _Unwind_SetIP(context, reinterpret_cast<unsigned long>(action.landing_pad));
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-wasm.c105 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function
H A DUnwind-sjlj.c462 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function
464 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%" PRIxPTR ")",
H A DUnwindLevel1.c579 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, function
581 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%0" PRIxPTR ")",
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h236 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { function
245 void _Unwind_SetIP(struct _Unwind_Context *, _Unwind_Word);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c256 _Unwind_SetIP(context, (funcStart + landingPad));

Completed in 200 milliseconds