Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h162 UNW_X86_64_RDI = 5, enumerator
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp551 _msContext.Rdi = r.getRegister(UNW_X86_64_RDI); in UnwindCursor()
671 case UNW_X86_64_RDI: return _msContext.Rdi; in getReg()
721 case UNW_X86_64_RDI: _msContext.Rdi = value; break; in setReg()
DRegisters.hpp362 case UNW_X86_64_RDI: in getRegister()
411 case UNW_X86_64_RDI: in setRegister()
464 case UNW_X86_64_RDI: in getRegisterName()