Home
last modified time | relevance | path

Searched refs:_Unwind_GetIP (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/libunwind/src/
H A DUnwind_AppleExtras.cpp59 NOT_HERE_BEFORE_10_6(_Unwind_GetIP)
100 NOT_HERE_BEFORE_5_0(_Unwind_GetIP)
H A DUnwindLevel1-gcc-ext.c226 return _Unwind_GetIP(context); in _Unwind_GetIPInfo()
H A DUnwind-sjlj.c438 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
H A DUnwindLevel1.c547 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
H A DUnwind-EHABI.cpp119 uintptr_t pc = _Unwind_GetIP(context); in ProcessDescriptors()
/llvm-project-15.0.7/libunwind/test/
H A Dfloatregister.pass.cpp25 if (dladdr(reinterpret_cast<void *>(_Unwind_GetIP(ctx)), &info) && in frame_handler()
H A Dsignal_unwind.pass.cpp32 if (dladdr(reinterpret_cast<void *>(_Unwind_GetIP(ctx)), &info) && in frame_handler()
H A Dunwind_leaffunction.pass.cpp31 if (dladdr(reinterpret_cast<void *>(_Unwind_GetIP(ctx)), &info) && in frame_handler()
H A Dforceunwind.pass.cpp47 if (dladdr(reinterpret_cast<void *>(_Unwind_GetIP(context)), &info) && in stop()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h229 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() function
243 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
/llvm-project-15.0.7/libunwind/include/
H A Dunwind_itanium.h69 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
H A Dunwind_arm_ehabi.h155 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_markup.cpp119 uptr pc = _Unwind_GetIP(ctx); in Unwind_Trace()
H A Dsanitizer_unwind_linux_libcdep.cpp69 return (uptr)_Unwind_GetIP(ctx); in Unwind_GetIP()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c207 uintptr_t pc = (uintptr_t)_Unwind_GetIP(context) - 1; in __gcc_personality_sj0()
/llvm-project-15.0.7/llvm-libgcc/lib/
H A Dgcc_s.ver84 _Unwind_Find_FDE; _Unwind_GetGR; _Unwind_GetIP; _Unwind_SetGR; _Unwind_SetIP;
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_personality.cpp641 uintptr_t ip = _Unwind_GetIP(context) - 1; in scan_eh_tab()
H A Daix_state_tab_eh.inc232 uint32_t* p = reinterpret_cast<uint32_t*>(_Unwind_GetIP(context));
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp612 uintptr_t pc = _Unwind_GetIP(context)-1; in handleLsda()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DSignals.inc531 void *IP = (void *)_Unwind_GetIP(Context);
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt134 fun:_Unwind_GetIP=uninstrumented