Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
Dlibunwind.cxx31 cursor.setInfoBasedOnIPRegister(); in unwind_phase1()
80 cursor.setInfoBasedOnIPRegister(); in unwind_phase2()
135 cursor.setInfoBasedOnIPRegister(); in unwind_phase2_forced()
281 cursor->setInfoBasedOnIPRegister(false); in _Unwind_SetIP()
303 cursor.setInfoBasedOnIPRegister(); in _Unwind_Backtrace()
332 cursor.setInfoBasedOnIPRegister(); in _Unwind_FindEnclosingFunction()
344 cursor.setInfoBasedOnIPRegister(); in _Unwind_Find_FDE()
DUnwindCursor.hpp61 this->setInfoBasedOnIPRegister(true); in step()
72 void setInfoBasedOnIPRegister(bool isReturnAddress = false);
95 void UnwindCursor<A, R>::setInfoBasedOnIPRegister(bool isReturnAddress) { in setInfoBasedOnIPRegister() function in _Unwind::UnwindCursor