Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwind-seh.cpp468 …nterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatcherContext(); in __unw_seh_get_disp_ctx()
470 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherContext(); in __unw_seh_get_disp_ctx()
472 …interpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcherContext(); in __unw_seh_get_disp_ctx()
DUnwindCursor.hpp483 DISPATCHER_CONTEXT *getDispatcherContext() { return &_dispContext; } in getDispatcherContext() function in libunwind::UnwindCursor