Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp464 co->setInfoBasedOnIPRegister(); in __unw_init_seh()
471 co->setInfoBasedOnIPRegister(); in __unw_init_seh()
478 co->setInfoBasedOnIPRegister(); in __unw_init_seh()
H A Dlibunwind.cpp91 co->setInfoBasedOnIPRegister(); in __unw_init_local()
128 co->setInfoBasedOnIPRegister(false); in _LIBUNWIND_WEAK_ALIAS()
H A DUnwindCursor.hpp459 virtual void setInfoBasedOnIPRegister(bool = false) { in setInfoBasedOnIPRegister() function in libunwind::AbstractUnwindCursor
505 virtual void setInfoBasedOnIPRegister(bool isReturnAddress = false);
948 virtual void setInfoBasedOnIPRegister(bool isReturnAddress = false);
2560 void UnwindCursor<A, R>::setInfoBasedOnIPRegister(bool isReturnAddress) { in setInfoBasedOnIPRegister() function in libunwind::UnwindCursor
2946 this->setInfoBasedOnIPRegister(true); in step()