Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h578 UNW_ARM_R2 = 2, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp600 _msContext.R2 = r.getRegister(UNW_ARM_R2); in UnwindCursor()
683 case UNW_ARM_R2: return _msContext.R2; in getReg()
733 case UNW_ARM_R2: _msContext.R2 = value; break; in setReg()
DRegisters.hpp2287 case UNW_ARM_R2: in getRegisterName()