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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h585 UNW_ARM_LR = 14, enumerator in enum:__anon2630
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2210 if (regNum == UNW_ARM_LR)
2238 if (regNum == UNW_ARM_LR) {
2272 case UNW_ARM_LR: // UNW_ARM_R14 is alias
H A DUnwindCursor.hpp609 _msContext.Lr = r.getRegister(UNW_ARM_LR);
693 case UNW_ARM_LR: return _msContext.Lr;
743 case UNW_ARM_LR: _msContext.Lr = value; break;
H A DUnwind-EHABI.cpp417 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr);

Completed in 53 milliseconds