Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h587 UNW_ARM_R11 = 11, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp609 _msContext.R11 = r.getRegister(UNW_ARM_R11); in UnwindCursor()
692 case UNW_ARM_R11: return _msContext.R11; in getReg()
742 case UNW_ARM_R11: _msContext.R11 = value; break; in setReg()
DRegisters.hpp2305 case UNW_ARM_R11: in getRegisterName()