Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h579 UNW_ARM_R3 = 3, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp601 _msContext.R3 = r.getRegister(UNW_ARM_R3); in UnwindCursor()
684 case UNW_ARM_R3: return _msContext.R3; in getReg()
734 case UNW_ARM_R3: _msContext.R3 = value; break; in setReg()
DRegisters.hpp2289 case UNW_ARM_R3: in getRegisterName()