Home
last modified time | relevance | path

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

/external/libunwind_llvm/include/
Dlibunwind.h393 UNW_ARM_LR = 14, enumerator
/external/libunwind_llvm/src/
DRegisters.hpp1439 if (regNum == UNW_ARM_LR) in getRegister()
1458 else if (regNum == UNW_ARM_LR) in setRegister()
1479 case UNW_ARM_LR: // UNW_ARM_R14 is alias in getRegisterName()
DUnwind-EHABI.cpp413 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret()