Home
last modified time | relevance | path

Searched refs:_Unwind_SetGR (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libcxxrt/
H A Dunwind-arm.h171 static inline void _Unwind_SetGR(struct _Unwind_Context *context, int reg, unsigned long val) in _Unwind_SetGR() function
186 _Unwind_SetGR(context, 15, (val | thumbState)); in _Unwind_SetIP()
229 _Unwind_SetGR (context, 12, reinterpret_cast<unsigned long>(exceptionObject));\
H A Dunwind-itanium.h95 extern void _Unwind_SetGR (struct _Unwind_Context *, int, unsigned long);
H A Dexception.cc1239 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0),
1241 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), selector);
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h224 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() function
238 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit); in _Unwind_SetIP()
242 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind_arm_ehabi.h153 void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
167 _Unwind_SetGR(context, 15, value | thumb_bit); in _Unwind_SetIP()
H A Dunwind_itanium.h67 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c253 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), in __gcc_personality_sj0()
255 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), 0); in __gcc_personality_sj0()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-wasm.c83 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
H A DUnwind-sjlj.c428 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
430 _LIBUNWIND_TRACE_API("_Unwind_SetGR(context=%p, reg=%d, value=0x%" PRIxPTR in _Unwind_SetGR()
427 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, _Unwind_SetGR() function
H A DUnwindLevel1.c583 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt147 fun:_Unwind_SetGR=uninstrumented