Home
last modified time | relevance | path

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

/external/libunwind_llvm/include/
Dlibunwind.h585 UNW_ARM_LR = 14, enumerator
/external/libunwind_llvm/src/
DUnwindCursor.hpp609 _msContext.Lr = r.getRegister(UNW_ARM_LR); in UnwindCursor()
693 case UNW_ARM_LR: return _msContext.Lr; in getReg()
743 case UNW_ARM_LR: _msContext.Lr = value; break; in setReg()
DRegisters.hpp2208 if (regNum == UNW_ARM_LR) in getRegister()
2236 if (regNum == UNW_ARM_LR) { in setRegister()
2270 case UNW_ARM_LR: // UNW_ARM_R14 is alias in getRegisterName()
DUnwind-EHABI.cpp411 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret()