Searched refs:UNW_ARM_IP (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h587 UNW_ARM_IP = 15, // Logical alias for UNW_REG_IP enumerator in enum:__anon3729
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2212 if (regNum == UNW_REG_IP || regNum == UNW_ARM_IP)
2242 if (regNum == UNW_REG_IP || regNum == UNW_ARM_IP) {
2269 case UNW_ARM_IP: // UNW_ARM_R15 is alias
H A DUnwindCursor.hpp610 _msContext.Pc = r.getRegister(UNW_ARM_IP);
695 case UNW_ARM_IP: return _msContext.Pc;
745 case UNW_ARM_IP: _msContext.Pc = value; break;
H A DUnwind-EHABI.cpp416 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_IP, _UVRSD_UINT32, &lr);

Completed in 122 milliseconds