Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h582 UNW_ARM_R6 = 6, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp604 _msContext.R6 = r.getRegister(UNW_ARM_R6); in UnwindCursor()
687 case UNW_ARM_R6: return _msContext.R6; in getReg()
737 case UNW_ARM_R6: _msContext.R6 = value; break; in setReg()
DRegisters.hpp2295 case UNW_ARM_R6: in getRegisterName()