Home
last modified time | relevance | path

Searched refs:UnwindCursor (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/libunwind/src/
H A DUnwind-seh.cpp443 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in __unw_init_seh()
444 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh()
450 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh()
451 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh()
457 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh()
458 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh()
472 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in __unw_seh_get_disp_ctx()
474 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in __unw_seh_get_disp_ctx()
483 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContex… in __unw_seh_set_disp_ctx()
485 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in __unw_seh_set_disp_ctx()
[all …]
H A DUnwindCursor.hpp486 class UnwindCursor : public AbstractUnwindCursor { class
492 virtual ~UnwindCursor() {} in ~UnwindCursor()
565 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
668 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
681 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg()
923 virtual ~UnwindCursor() {} in ~UnwindCursor()
1306 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor
1317 UnwindCursor<A, R>::UnwindCursor(A &as, void *) in UnwindCursor() function in libunwind::UnwindCursor
1326 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg()
1367 uintptr_t UnwindCursor<A, R>::getDataRelBase() { in getDataRelBase()
[all …]
H A Dlibunwind.cpp86 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, REGISTER_KIND> *>(cursor)) in __unw_init_local()
87 UnwindCursor<LocalAddressSpace, REGISTER_KIND>( in __unw_init_local()
H A DCMakeLists.txt58 UnwindCursor.hpp
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libunwind/src/
H A DBUILD.gn36 "UnwindCursor.hpp",
/openbsd/gnu/llvm/llvm/docs/
H A DExceptionHandling.rst828 * ``src/UnwindCursor.hpp``