Searched refs:UnwindCursor (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindCursor.hpp | 459 class UnwindCursor : public AbstractUnwindCursor { class 465 virtual ~UnwindCursor() {} in ~UnwindCursor() 530 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 633 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 646 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg() 886 virtual ~UnwindCursor() {} in ~UnwindCursor() 1208 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 1219 UnwindCursor<A, R>::UnwindCursor(A &as, void *) in UnwindCursor() function in libunwind::UnwindCursor 1228 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg() 1506 bool UnwindCursor<A, R>::getInfoFromFdeCie( in getInfoFromFdeCie() [all …]
|
| H A D | Unwind-seh.cpp | 441 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in __unw_init_seh() 442 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh() 448 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh() 449 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh() 455 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh() 456 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh() 470 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in __unw_seh_get_disp_ctx() 472 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in __unw_seh_get_disp_ctx() 481 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContex… in __unw_seh_set_disp_ctx() 483 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in __unw_seh_set_disp_ctx() [all …]
|
| H A D | libunwind.cpp | 80 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, REGISTER_KIND> *>(cursor)) in __unw_init_local() 81 UnwindCursor<LocalAddressSpace, REGISTER_KIND>( in __unw_init_local()
|