Home
last modified time | relevance | path

Searched refs:GPRRead (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm.h63 Status GPRRead(const uint32_t reg, RegisterValue &reg_value);
H A DNativeRegisterContextWindows_WoW64.h60 Status GPRRead(const uint32_t reg, RegisterValue &reg_value);
H A DNativeRegisterContextWindows_i386.h60 Status GPRRead(const uint32_t reg, RegisterValue &reg_value);
H A DNativeRegisterContextWindows_arm64.h63 Status GPRRead(const uint32_t reg, RegisterValue &reg_value);
H A DNativeRegisterContextWindows_x86_64.h61 Status GPRRead(const uint32_t reg, RegisterValue &reg_value);
H A DNativeRegisterContextWindows_WoW64.cpp113 Status NativeRegisterContextWindows_WoW64::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_WoW64
333 return GPRRead(reg, reg_value); in ReadRegister()
H A DNativeRegisterContextWindows_arm.cpp153 Status NativeRegisterContextWindows_arm::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_arm
526 return GPRRead(reg, reg_value); in ReadRegister()
H A DNativeRegisterContextWindows_i386.cpp117 Status NativeRegisterContextWindows_i386::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_i386
342 return GPRRead(reg, reg_value); in ReadRegister()
H A DNativeRegisterContextWindows_arm64.cpp168 Status NativeRegisterContextWindows_arm64::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_arm64
636 return GPRRead(reg, reg_value); in ReadRegister()
H A DNativeRegisterContextWindows_x86_64.cpp139 Status NativeRegisterContextWindows_x86_64::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_x86_64
539 return GPRRead(reg, reg_value); in ReadRegister()