Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwind-seh.cpp448 co->setInfoBasedOnIPRegister(); in _unw_init_seh()
454 co->setInfoBasedOnIPRegister(); in _unw_init_seh()
460 co->setInfoBasedOnIPRegister(); in _unw_init_seh()
H A Dlibunwind.cpp82 co->setInfoBasedOnIPRegister(); in unw_init_local()
199 co->setInfoBasedOnIPRegister(false); in unw_set_reg()
H A DUnwindCursor.hpp445 virtual void setInfoBasedOnIPRegister(bool = false) { in setInfoBasedOnIPRegister() function in libunwind::AbstractUnwindCursor
479 virtual void setInfoBasedOnIPRegister(bool isReturnAddress = false);
889 virtual void setInfoBasedOnIPRegister(bool isReturnAddress = false);
1804 void UnwindCursor<A, R>::setInfoBasedOnIPRegister(bool isReturnAddress) { in setInfoBasedOnIPRegister() function in libunwind::UnwindCursor
1959 this->setInfoBasedOnIPRegister(true); in step()