Home
last modified time | relevance | path

Searched refs:_Unwind_Context_t (Results 1 – 3 of 3) sorted by relevance

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp129 typedef struct _Unwind_Context *_Unwind_Context_t; typedef
131 extern const uint8_t *_Unwind_GetLanguageSpecificData (_Unwind_Context_t c);
132 extern uintptr_t _Unwind_GetGR (_Unwind_Context_t c, int i);
133 extern void _Unwind_SetGR (_Unwind_Context_t c, int i, uintptr_t n);
134 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);
135 extern uintptr_t _Unwind_GetIP (_Unwind_Context_t context);
136 extern uintptr_t _Unwind_GetRegionStart (_Unwind_Context_t context);
650 _Unwind_Context_t context) { in handleLsda()
833 _Unwind_Context_t context) { in ourPersonality()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp132 typedef struct _Unwind_Context *_Unwind_Context_t; typedef
134 extern const uint8_t *_Unwind_GetLanguageSpecificData (_Unwind_Context_t c);
135 extern uintptr_t _Unwind_GetGR (_Unwind_Context_t c, int i);
136 extern void _Unwind_SetGR (_Unwind_Context_t c, int i, uintptr_t n);
137 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);
138 extern uintptr_t _Unwind_GetIP (_Unwind_Context_t context);
139 extern uintptr_t _Unwind_GetRegionStart (_Unwind_Context_t context);
624 _Unwind_Context_t context) { in handleLsda()
809 _Unwind_Context_t context) { in ourPersonality()
/external/compiler-rt/lib/builtins/
DREADME.txt218 _Unwind_Context_t context);