Searched refs:GPRRead (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeRegisterContextWindows_arm.h | 63 Status GPRRead(const uint32_t reg, RegisterValue ®_value);
|
| H A D | NativeRegisterContextWindows_WoW64.h | 60 Status GPRRead(const uint32_t reg, RegisterValue ®_value);
|
| H A D | NativeRegisterContextWindows_i386.h | 60 Status GPRRead(const uint32_t reg, RegisterValue ®_value);
|
| H A D | NativeRegisterContextWindows_arm64.h | 63 Status GPRRead(const uint32_t reg, RegisterValue ®_value);
|
| H A D | NativeRegisterContextWindows_x86_64.h | 61 Status GPRRead(const uint32_t reg, RegisterValue ®_value);
|
| H A D | NativeRegisterContextWindows_WoW64.cpp | 113 Status NativeRegisterContextWindows_WoW64::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_WoW64 333 return GPRRead(reg, reg_value); in ReadRegister()
|
| H A D | NativeRegisterContextWindows_arm.cpp | 153 Status NativeRegisterContextWindows_arm::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_arm 526 return GPRRead(reg, reg_value); in ReadRegister()
|
| H A D | NativeRegisterContextWindows_i386.cpp | 117 Status NativeRegisterContextWindows_i386::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_i386 342 return GPRRead(reg, reg_value); in ReadRegister()
|
| H A D | NativeRegisterContextWindows_arm64.cpp | 168 Status NativeRegisterContextWindows_arm64::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_arm64 636 return GPRRead(reg, reg_value); in ReadRegister()
|
| H A D | NativeRegisterContextWindows_x86_64.cpp | 139 Status NativeRegisterContextWindows_x86_64::GPRRead(const uint32_t reg, in GPRRead() function in NativeRegisterContextWindows_x86_64 539 return GPRRead(reg, reg_value); in ReadRegister()
|