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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h157 UNW_X86_64_RBP = 6, enumerator in enum:__anon3725
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp359 case UNW_X86_64_RBP:
409 case UNW_X86_64_RBP:
461 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 159 milliseconds