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

/external/compiler-rt/lib/
H A Dgcc_personality_v0.c39 typedef struct _Unwind_Context* _Unwind_Context_t; typedef in typeref:struct:_Unwind_Context
49 extern const uint8_t* _Unwind_GetLanguageSpecificData(_Unwind_Context_t c);
50 extern void _Unwind_SetGR(_Unwind_Context_t c, int i, uintptr_t n);
51 extern void _Unwind_SetIP(_Unwind_Context_t, uintptr_t new_value);
52 extern uintptr_t _Unwind_GetIP(_Unwind_Context_t context);
53 extern uintptr_t _Unwind_GetRegionStart(_Unwind_Context_t context);
187 _Unwind_Context_t context)
191 _Unwind_Context_t context)
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp127 typedef struct _Unwind_Context *_Unwind_Context_t; typedef in typeref:struct:_Unwind_Context
129 extern const uint8_t *_Unwind_GetLanguageSpecificData (_Unwind_Context_t c);
130 extern uintptr_t _Unwind_GetGR (_Unwind_Context_t c, int i);
131 extern void _Unwind_SetGR (_Unwind_Context_t c, int i, uintptr_t n);
132 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);
133 extern uintptr_t _Unwind_GetIP (_Unwind_Context_t context);
134 extern uintptr_t _Unwind_GetRegionStart (_Unwind_Context_t context);
648 _Unwind_Context_t context) {
831 _Unwind_Context_t context) {

Completed in 2640 milliseconds