Searched defs:_Unwind_GetIP (Results 1 - 5 of 5) sorted by relevance

/external/libunwind/src/unwind/
H A DGetIP.c29 _Unwind_GetIP (struct _Unwind_Context *context) function
38 ALIAS (_Unwind_GetIP); variable
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c446 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { function
450 _LIBUNWIND_TRACE_API("_Unwind_GetIP(context=%p) => 0x%llX\n", context,
H A DUnwind-sjlj.c379 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { function
381 _LIBUNWIND_TRACE_API("_Unwind_GetIP(context=%p) => 0x%lX\n", context,
/external/clang/lib/Headers/
H A Dunwind.h179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { function
193 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
/external/libcxxabi/include/
H A Dunwind.h223 static inline uintptr_t _Unwind_GetIP(struct _Unwind_Context* context) { function
237 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
289 // personality handler. Similar to _Unwind_GetIP() but also returns in

Completed in 168 milliseconds