Searched refs:_Unwind_GetIP (Results 1 – 5 of 5) sorted by relevance
93 uint64_t _Unwind_GetIP(struct _Unwind_Context*);
157 static inline uint32_t _Unwind_GetIP(_Unwind_Context* ctx) { in _Unwind_GetIP() function
241 _Unwind_GetIP
493 _Unwind_GetIP
96 uintptr_t ip = _Unwind_GetIP(context) - 1; in scanEHTable()