Searched refs:_Unwind_GetRegionStart (Results 1 - 13 of 13) sorted by relevance

/external/libunwind/src/unwind/
H A DGetRegionStart.c29 _Unwind_GetRegionStart (struct _Unwind_Context *context) function
39 ALIAS (_Unwind_GetRegionStart); variable
/external/libunwind/include/
H A Dunwind.h96 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *);
/external/libunwind_llvm/src/
H A DUnwind_AppleExtras.cpp91 NOT_HERE_BEFORE_10_6(_Unwind_GetRegionStart)
129 NOT_HERE_BEFORE_5_0(_Unwind_GetRegionStart)
H A DUnwind-sjlj.c413 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
416 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p)\n", context);
H A DUnwindLevel1.c441 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
447 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR "\n",
H A DUnwind-EHABI.cpp977 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
983 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%llX\n",
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c199 uintptr_t funcStart = _Unwind_GetRegionStart(context);
/external/clang/lib/Headers/
H A Dunwind.h223 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
/external/libunwind_llvm/include/
H A Dunwind.h256 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
/external/libunwind/tests/
H A Dcheck-namespace.sh.in266 match _Unwind_GetRegionStart
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp136 extern uintptr_t _Unwind_GetRegionStart (_Unwind_Context_t context);
667 uintptr_t funcStart = _Unwind_GetRegionStart(context);
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp139 extern uintptr_t _Unwind_GetRegionStart (_Unwind_Context_t context);
641 uintptr_t funcStart = _Unwind_GetRegionStart(context);
/external/libcxxabi/src/
H A Dcxa_personality.cpp610 uintptr_t funcStart = _Unwind_GetRegionStart(context);
1082 // _Unwind_GetLanguageSpecificData() and _Unwind_GetRegionStart() can

Completed in 509 milliseconds