Home
last modified time | relevance | path

Searched refs:__rip (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DMachRegisterStatesX86_64.h43 uint64_t __rip; member
H A DDNBArchImplX86_64.cpp135 return m_state.context.gpr.__rip; in GetPC()
143 m_state.context.gpr.__rip = value; in SetPC()
178 m_state.context.gpr.__rip = ('i' << 8) + 'p'; in GetGPRState()
209 m_state.context.gpr.__rip, m_state.context.gpr.__rflags, in GetGPRState()
485 m_state.context.gpr.__r15, m_state.context.gpr.__rip, in SetGPRState()
643 if (m_state.context.gpr.__rip > 0) { in NotifyException()
644 m_state.context.gpr.__rip = pc; in NotifyException()
/llvm-project-15.0.7/lldb/tools/darwin-threads/
H A Dexamine-threads.c212 return gp_regs.uts.ts64.__rip; in get_current_pc()
/llvm-project-15.0.7/libunwind/src/
H A DRegisters.hpp298 uint64_t getIP() const { return _registers.__rip; } in getIP()
299 void setIP(uint64_t value) { _registers.__rip = value; } in setIP()
331 uint64_t __rip; member
372 return _registers.__rip; in getRegister()
415 _registers.__rip = value; in setRegister()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp913 *pc = ucontext->uc_mcontext->__ss.__rip; in GetPcSpBp()