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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp480 return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatcherContext();
482 return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherContext();
484 return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcherContext();
H A DUnwindCursor.hpp482 DISPATCHER_CONTEXT *getDispatcherContext() { return &_dispContext; } function in class:libunwind::UnwindCursor

Completed in 161 milliseconds