Lines Matching refs:EmulateInstruction

43 EmulateInstruction *
44 EmulateInstruction::FindPlugin(const ArchSpec &arch, in FindPlugin()
53 EmulateInstruction *emulate_insn_ptr = in FindPlugin()
64 EmulateInstruction *emulate_insn_ptr = in FindPlugin()
73 EmulateInstruction::EmulateInstruction(const ArchSpec &arch) : m_arch(arch) {} in EmulateInstruction() function in EmulateInstruction
75 bool EmulateInstruction::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()
82 bool EmulateInstruction::ReadRegister(lldb::RegisterKind reg_kind, in ReadRegister()
91 uint64_t EmulateInstruction::ReadRegisterUnsigned(lldb::RegisterKind reg_kind, in ReadRegisterUnsigned()
103 uint64_t EmulateInstruction::ReadRegisterUnsigned(const RegisterInfo *reg_info, in ReadRegisterUnsigned()
114 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister()
122 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister()
132 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned()
145 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned()
156 size_t EmulateInstruction::ReadMemory(const Context &context, lldb::addr_t addr, in ReadMemory()
164 uint64_t EmulateInstruction::ReadMemoryUnsigned(const Context &context, in ReadMemoryUnsigned()
191 bool EmulateInstruction::WriteMemoryUnsigned(const Context &context, in WriteMemoryUnsigned()
202 bool EmulateInstruction::WriteMemory(const Context &context, lldb::addr_t addr, in WriteMemory()
210 void EmulateInstruction::SetBaton(void *baton) { m_baton = baton; } in SetBaton()
212 void EmulateInstruction::SetCallbacks( in SetCallbacks()
223 void EmulateInstruction::SetReadMemCallback( in SetReadMemCallback()
228 void EmulateInstruction::SetWriteMemCallback( in SetWriteMemCallback()
233 void EmulateInstruction::SetReadRegCallback( in SetReadRegCallback()
238 void EmulateInstruction::SetWriteRegCallback( in SetWriteRegCallback()
247 size_t EmulateInstruction::ReadMemoryFrame(EmulateInstruction *instruction, in ReadMemoryFrame()
264 size_t EmulateInstruction::WriteMemoryFrame(EmulateInstruction *instruction, in WriteMemoryFrame()
282 bool EmulateInstruction::ReadRegisterFrame(EmulateInstruction *instruction, in ReadRegisterFrame()
293 bool EmulateInstruction::WriteRegisterFrame(EmulateInstruction *instruction, in WriteRegisterFrame()
304 size_t EmulateInstruction::ReadMemoryDefault(EmulateInstruction *instruction, in ReadMemoryDefault()
319 size_t EmulateInstruction::WriteMemoryDefault(EmulateInstruction *instruction, in WriteMemoryDefault()
333 bool EmulateInstruction::ReadRegisterDefault(EmulateInstruction *instruction, in ReadRegisterDefault()
349 bool EmulateInstruction::WriteRegisterDefault(EmulateInstruction *instruction, in WriteRegisterDefault()
363 void EmulateInstruction::Context::Dump(Stream &strm, in Dump()
364 EmulateInstruction *instruction) const { in Dump()
520 bool EmulateInstruction::SetInstruction(const Opcode &opcode, in SetInstruction()
534 bool EmulateInstruction::GetBestRegisterKindAndNumber( in GetBestRegisterKindAndNumber()
572 EmulateInstruction::GetInternalRegisterNumber(RegisterContext *reg_ctx, in GetInternalRegisterNumber()
581 bool EmulateInstruction::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind()