Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp487 class UnwindCursor : public AbstractUnwindCursor { class
493 virtual ~UnwindCursor() {} in ~UnwindCursor()
573 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
678 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
692 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg()
936 virtual ~UnwindCursor() {} in ~UnwindCursor()
1324 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
1335 UnwindCursor<A, R>::UnwindCursor(A &as, void *) in UnwindCursor() function in libunwind::UnwindCursor
1344 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg()
1385 uintptr_t UnwindCursor<A, R>::getDataRelBase() { in getDataRelBase()
[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()
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()
502 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… 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()