Home
last modified time | relevance | path

Searched refs:getDispatcherContext (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/libunwind/src/
H A DUnwind-seh.cpp470 …nterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatcherContext(); in __unw_seh_get_disp_ctx()
472 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherContext(); in __unw_seh_get_disp_ctx()
474 …interpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcherContext(); in __unw_seh_get_disp_ctx()
H A DUnwindCursor.hpp510 DISPATCHER_CONTEXT *getDispatcherContext() { return &_dispContext; } in getDispatcherContext() function in libunwind::UnwindCursor