LLDB mainline
|
#include <EmulateInstruction.h>
Classes | |
struct | ISAAndImmediate |
struct | ISAAndImmediateSigned |
struct | RegisterPlusIndirectOffset |
struct | RegisterPlusOffset |
struct | RegisterRegisterOperands |
struct | RegisterToRegisterPlusIndirectOffset |
struct | RegisterToRegisterPlusOffset |
Definition at line 193 of file EmulateInstruction.h.
lldb::addr_t lldb_private::EmulateInstruction::Context::ContextInfo::address |
Definition at line 231 of file EmulateInstruction.h.
Referenced by lldb_private::EmulateInstruction::Context::Dump(), lldb_private::EmulateInstruction::Context::SetAddress(), and UnwindAssemblyInstEmulation::WriteRegister().
uint32_t lldb_private::EmulateInstruction::Context::ContextInfo::isa |
Definition at line 243 of file EmulateInstruction.h.
Referenced by lldb_private::EmulateInstruction::Context::Dump(), and lldb_private::EmulateInstruction::Context::SetISA().
RegisterInfo lldb_private::EmulateInstruction::Context::ContextInfo::reg |
Definition at line 226 of file EmulateInstruction.h.
Referenced by lldb_private::EmulateInstruction::Context::Dump(), and lldb_private::EmulateInstruction::Context::SetRegister().
int64_t lldb_private::EmulateInstruction::Context::ContextInfo::signed_immediate |
Definition at line 229 of file EmulateInstruction.h.
Referenced by lldb_private::EmulateInstruction::Context::Dump(), lldb_private::EmulateInstruction::Context::SetImmediateSigned(), and UnwindAssemblyInstEmulation::WriteRegister().
int64_t lldb_private::EmulateInstruction::Context::ContextInfo::signed_offset |
Definition at line 223 of file EmulateInstruction.h.
Referenced by lldb_private::EmulateInstruction::Context::Dump(), and lldb_private::EmulateInstruction::Context::SetOffset().
uint64_t lldb_private::EmulateInstruction::Context::ContextInfo::unsigned_immediate |
Definition at line 228 of file EmulateInstruction.h.
Referenced by lldb_private::EmulateInstruction::Context::Dump(), lldb_private::EmulateInstruction::Context::SetImmediate(), and UnwindAssemblyInstEmulation::WriteRegister().