Home
last modified time | relevance | path

Searched refs:_Unwind_Context_t (Results 1 – 2 of 2) 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/compiler-rt/lib/builtins/
DREADME.txt218 _Unwind_Context_t context);