Searched defs:IsDR (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ | ||
H A D | NativeRegisterContextWindows_WoW64.cpp | 98 bool NativeRegisterContextWindows_WoW64::IsDR(uint32_t reg_index) const { in IsDR() function in NativeRegisterContextWindows_WoW64 |
H A D | NativeRegisterContextWindows_i386.cpp | 102 bool NativeRegisterContextWindows_i386::IsDR(uint32_t reg_index) const { in IsDR() function in NativeRegisterContextWindows_i386 |
H A D | NativeRegisterContextWindows_x86_64.cpp | 124 bool NativeRegisterContextWindows_x86_64::IsDR(uint32_t reg_index) const { in IsDR() function in NativeRegisterContextWindows_x86_64 |
/llvm-project/lldb/source/Plugins/Process/Linux/ | ||
H A D | NativeRegisterContextLinux_x86_64.cpp | 895 bool NativeRegisterContextLinux_x86_64::IsDR(uint32_t reg_index) const { IsDR() function in NativeRegisterContextLinux_x86_64 |