Home
last modified time | relevance | path

Searched refs:UnwindCursor (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp486 class UnwindCursor : public AbstractUnwindCursor { class
489 UnwindCursor(unw_context_t *context, A &as);
490 UnwindCursor(CONTEXT *context, A &as);
491 UnwindCursor(A &as, void *threadArg);
492 virtual ~UnwindCursor() {} in ~UnwindCursor()
522 static void *operator new(size_t, UnwindCursor<A, R> *p) { return p; } in operator new()
572 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
574 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor()
576 static_assert((alignof(UnwindCursor<A, R>) <= alignof(unw_cursor_t)), in UnwindCursor()
677 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
[all …]
H A DUnwind-seh.cpp460 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in __unw_init_seh()
461 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh()
467 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh()
468 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh()
474 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh()
475 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh()
487 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in __unw_seh_get_disp_ctx()
489 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in __unw_seh_get_disp_ctx()
491 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in __unw_seh_get_disp_ctx()
500 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContex… in __unw_seh_set_disp_ctx()
[all …]
H A Dlibunwind.cpp86 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, REGISTER_KIND> *>(cursor)) in __unw_init_local()
87 UnwindCursor<LocalAddressSpace, REGISTER_KIND>( in __unw_init_local()