Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwind-seh.cpp479 …nterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatcherContext(); in _unw_seh_get_disp_ctx()
481 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherContext(); in _unw_seh_get_disp_ctx()
483 …interpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcherContext(); in _unw_seh_get_disp_ctx()
DUnwindCursor.hpp482 DISPATCHER_CONTEXT *getDispatcherContext() { return &_dispContext; } in getDispatcherContext() function in libunwind::UnwindCursor