reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
117 _Unwind_Word private_1; 118 _Unwind_Word private_2; 207 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int); 208 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word); 210 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *); 211 void _Unwind_SetIP(struct _Unwind_Context *, _Unwind_Word); 215 _Unwind_Word _Unwind_GetIPInfo(struct _Unwind_Context *, int *); 217 _Unwind_Word _Unwind_GetCFA(struct _Unwind_Context *); 219 _Unwind_Word _Unwind_GetBSP(struct _Unwind_Context *);projects/compiler-rt/lib/hwasan/hwasan_exceptions.cpp
32 typedef _Unwind_Word GetGRFn(_Unwind_Context* context, int index); 33 typedef _Unwind_Word GetCFAFn(_Unwind_Context* context);