Searched refs:_Unwind_SetIP (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 236 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() function 245 void _Unwind_SetIP(struct _Unwind_Context *, _Unwind_Word);
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind_itanium.h | 70 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
|
H A D | unwind_arm_ehabi.h | 165 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) { in _Unwind_SetIP() function
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-wasm.c | 105 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, in _Unwind_SetIP() function
|
H A D | Unwind-sjlj.c | 462 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, in _Unwind_SetIP() 464 _LIBUNWIND_TRACE_API("_Unwind_SetIP(context=%p, value=0x%" PRIxPTR ")", in _Unwind_SetIP() 461 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, _Unwind_SetIP() function
|
H A D | UnwindLevel1.c | 605 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, in _Unwind_SetIP() function
|
/freebsd/contrib/libcxxrt/ |
H A D | unwind-itanium.h | 98 extern void _Unwind_SetIP (struct _Unwind_Context *, unsigned long);
|
H A D | unwind-arm.h | 180 static inline void _Unwind_SetIP(_Unwind_Context *context, unsigned long val) in _Unwind_SetIP() function
|
H A D | exception.cc | 1238 _Unwind_SetIP(context, reinterpret_cast<unsigned long>(action.landing_pad));
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 256 _Unwind_SetIP(context, (funcStart + landingPad)); in __gcc_personality_sj0()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 148 fun:_Unwind_SetIP=uninstrumented
|