Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwind-seh.cpp481 …pret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContext(disp); in __unw_seh_set_disp_ctx()
483 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in __unw_seh_set_disp_ctx()
485 …rpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->setDispatcherContext(disp); in __unw_seh_set_disp_ctx()
DUnwindCursor.hpp484 void setDispatcherContext(DISPATCHER_CONTEXT *disp) { _dispContext = *disp; } in setDispatcherContext() function in libunwind::UnwindCursor