| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextPOSIX_arm.h | 50 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_ppc64le.h | 63 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_s390x.h | 62 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_mips64.h | 68 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_arm64.h | 50 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_arm.cpp | 28 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm
|
| H A D | RegisterContextPOSIX_arm64.cpp | 28 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm64
|
| H A D | RegisterContextPOSIX_mips64.cpp | 29 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_mips64
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeRegisterContextWindows_WoW64.cpp | 94 bool NativeRegisterContextWindows_WoW64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_WoW64 332 if (IsGPR(reg)) in ReadRegister() 360 if (IsGPR(reg)) in WriteRegister()
|
| H A D | NativeRegisterContextWindows_arm.h | 72 bool IsGPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextWindows_WoW64.h | 70 bool IsGPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextWindows_i386.h | 70 bool IsGPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextWindows_arm64.h | 72 bool IsGPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextWindows_arm.cpp | 134 bool NativeRegisterContextWindows_arm::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm 525 if (IsGPR(reg)) in ReadRegister() 553 if (IsGPR(reg)) in WriteRegister()
|
| H A D | NativeRegisterContextWindows_i386.cpp | 98 bool NativeRegisterContextWindows_i386::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_i386 341 if (IsGPR(reg)) in ReadRegister() 369 if (IsGPR(reg)) in WriteRegister()
|
| H A D | NativeRegisterContextWindows_x86_64.h | 74 bool IsGPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextWindows_arm64.cpp | 149 bool NativeRegisterContextWindows_arm64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm64 635 if (IsGPR(reg)) in ReadRegister() 663 if (IsGPR(reg)) in WriteRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterContextPOSIXCore_mips64.cpp | 57 if (IsGPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
|
| H A D | RegisterContextPOSIXCore_s390x.cpp | 58 if (IsGPR(reg)) { in ReadRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux_s390x.cpp | 173 bool NativeRegisterContextLinux_s390x::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextLinux_s390x 196 if (IsGPR(reg)) { in ReadRegister() 273 if (IsGPR(reg)) { in WriteRegister()
|
| H A D | NativeRegisterContextLinux_ppc64le.h | 95 bool IsGPR(unsigned reg) const;
|
| H A D | NativeRegisterContextLinux_s390x.h | 105 bool IsGPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextLinux_x86_64.h | 113 bool IsGPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextLinux_arm64.h | 110 bool IsGPR(unsigned reg) const;
|
| H A D | NativeRegisterContextLinux_arm.h | 122 bool IsGPR(unsigned reg) const;
|