Searched refs:UnwindCursor (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | Unwind-seh.cpp | 443 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in __unw_init_seh() 444 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh() 450 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh() 451 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh() 457 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh() 458 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh() 472 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in __unw_seh_get_disp_ctx() 474 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in __unw_seh_get_disp_ctx() 483 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContex… in __unw_seh_set_disp_ctx() 485 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in __unw_seh_set_disp_ctx() [all …]
|
| H A D | UnwindCursor.hpp | 491 virtual ~UnwindCursor() {} in ~UnwindCursor() 564 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 667 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 680 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg() 922 virtual ~UnwindCursor() {} in ~UnwindCursor() 1290 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 1301 UnwindCursor<A, R>::UnwindCursor(A &as, void *) in UnwindCursor() function in libunwind::UnwindCursor 1310 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg() 1351 uintptr_t UnwindCursor<A, R>::getDataRelBase() { in getDataRelBase() 1595 bool UnwindCursor<A, R>::getInfoFromFdeCie( in getInfoFromFdeCie() [all …]
|
| H A D | libunwind.cpp | 84 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, REGISTER_KIND> *>(cursor)) in __unw_init_local() 85 UnwindCursor<LocalAddressSpace, REGISTER_KIND>( in __unw_init_local()
|
| H A D | CMakeLists.txt | 58 UnwindCursor.hpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libunwind/src/ |
| H A D | BUILD.gn | 36 "UnwindCursor.hpp",
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ExceptionHandling.rst | 893 * ``src/UnwindCursor.hpp``
|