Lines Matching refs:UnwindCursor
451 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in _unw_init_seh()
452 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in _unw_init_seh()
458 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in _unw_init_seh()
459 UnwindCursor<LocalAddressSpace, Registers_arm>( in _unw_init_seh()
465 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in _unw_init_seh()
466 UnwindCursor<LocalAddressSpace, Registers_arm64>( in _unw_init_seh()
479 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in _unw_seh_get_disp_ctx()
481 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in _unw_seh_get_disp_ctx()
483 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in _unw_seh_get_disp_ctx()
492 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContex… in _unw_seh_set_disp_ctx()
494 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in _unw_seh_set_disp_ctx()
496 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->setDispatcherContext… in _unw_seh_set_disp_ctx()