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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h163 UNW_X86_64_R12 = 12, enumerator in enum:__anon2626
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp372 case UNW_X86_64_R12:
428 case UNW_X86_64_R12:
474 case UNW_X86_64_R12:
H A DUnwindCursor.hpp553 _msContext.R12 = r.getRegister(UNW_X86_64_R12);
673 case UNW_X86_64_R12: return _msContext.R12;
723 case UNW_X86_64_R12: _msContext.R12 = value; break;

Completed in 38 milliseconds