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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h156 UNW_X86_64_RDI = 5, enumerator in enum:__anon3725
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp357 case UNW_X86_64_RDI:
406 case UNW_X86_64_RDI:
459 case UNW_X86_64_RDI:
H A DUnwindCursor.hpp548 _msContext.Rdi = r.getRegister(UNW_X86_64_RDI);
668 case UNW_X86_64_RDI: return _msContext.Rdi;
718 case UNW_X86_64_RDI: _msContext.Rdi = value; break;

Completed in 205 milliseconds