Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
DUnwindCursor.hpp25 template <typename A, typename R> class UnwindCursor { class
27 UnwindCursor(R &regs, A &as) in UnwindCursor() function in _Unwind::UnwindCursor
95 void UnwindCursor<A, R>::setInfoBasedOnIPRegister(bool isReturnAddress) { in setInfoBasedOnIPRegister()
Dlibunwind.cxx27 typedef UnwindCursor<LocalAddressSpace, NativeUnwindRegisters> ThisUnwindCursor;