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

/external/clang/lib/Headers/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
109 _Unwind_Word private_1;
110 _Unwind_Word private_2;
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
167 _Unwind_Word __value;
174 _Unwind_Word __value) {
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]

Completed in 754 milliseconds