Home
last modified time | relevance | path

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

/freebsd/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.hpp458 virtual void setInfoBasedOnIPRegister(bool = false) { in setInfoBasedOnIPRegister() function in libunwind::AbstractUnwindCursor
504 virtual void setInfoBasedOnIPRegister(bool isReturnAddress = false);
947 virtual void setInfoBasedOnIPRegister(bool isReturnAddress = false);
2559 void UnwindCursor<A, R>::setInfoBasedOnIPRegister(bool isReturnAddress) { in setInfoBasedOnIPRegister() function in libunwind::UnwindCursor
2954 this->setInfoBasedOnIPRegister(true); in step()