Searched refs:RegisterContextWindows_i386 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_i386.h1 //===-- RegisterContextWindows_i386.h ---------------------------*- C++ -*-===//
14 class RegisterContextWindows_i386 : public lldb_private::RegisterInfoInterface { class in inherits:lldb_private::RegisterInfoInterface
16 RegisterContextWindows_i386(const lldb_private::ArchSpec &target_arch);
H A DRegisterContextWindows_i386.cpp1 //===-- RegisterContextWindows_i386.cpp -------------------------*- C++ -*-===//
9 #include "RegisterContextWindows_i386.h"
71 RegisterContextWindows_i386::RegisterContextWindows_i386( function in class:RegisterContextWindows_i386
77 const RegisterInfo *RegisterContextWindows_i386::GetRegisterInfo() const {
81 uint32_t RegisterContextWindows_i386::GetRegisterCount() const {
85 uint32_t RegisterContextWindows_i386::GetUserRegisterCount() const {
89 size_t RegisterContextWindows_i386::GetGPRSize() const { return sizeof(GPR); }

Completed in 166 milliseconds