Searched refs:_Unwind_GetIP (Results 1 – 8 of 8) sorted by relevance
29 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() function38 ALIAS (_Unwind_GetIP);
46 // Note: do not write `::_Unwind_GetIP` because it is a macro on some platforms.47 // Use `_Unwind_GetIP` instead!51 return _Unwind_GetIP(context) ? ::_URC_NO_REASON : ::_URC_END_OF_STACK;55 _Unwind_GetIP(context)
93 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *);
22 _Unwind_Word pc = _Unwind_GetIP(context); in unwind_callback()
335 match _Unwind_GetIP
368 void *IP = (void *)_Unwind_GetIP(Context);
530 void *IP = (void *)_Unwind_GetIP(Context);
1058 + uintptr_t ip = _Unwind_GetIP(context);