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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h157 UNW_X86_64_RBP = 6, enumerator in enum:__anon2626
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp360 case UNW_X86_64_RBP:
410 case UNW_X86_64_RBP:
462 case UNW_X86_64_RBP:
H A DUnwindCursor.hpp546 _msContext.Rbp = r.getRegister(UNW_X86_64_RBP);
666 case UNW_X86_64_RBP: return _msContext.Rbp;
716 case UNW_X86_64_RBP: _msContext.Rbp = value; break;

Completed in 89 milliseconds