Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h580 UNW_ARM_R4 = 4, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp602 _msContext.R4 = r.getRegister(UNW_ARM_R4); in UnwindCursor()
685 case UNW_ARM_R4: return _msContext.R4; in getReg()
735 case UNW_ARM_R4: _msContext.R4 = value; break; in setReg()
DRegisters.hpp2291 case UNW_ARM_R4: in getRegisterName()