Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h591 UNW_ARM_LR = 14, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp612 _msContext.Lr = r.getRegister(UNW_ARM_LR); in UnwindCursor()
696 case UNW_ARM_LR: return _msContext.Lr; in getReg()
746 case UNW_ARM_LR: _msContext.Lr = value; break; in setReg()
DRegisters.hpp2216 if (regNum == UNW_ARM_LR) in getRegister()
2244 if (regNum == UNW_ARM_LR) { in setRegister()
2278 case UNW_ARM_LR: // UNW_ARM_R14 is alias in getRegisterName()
DUnwind-EHABI.cpp417 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret()