Lines Matching refs:EmulateInstruction
44 EmulateInstruction *
45 EmulateInstruction::FindPlugin(const ArchSpec &arch, in FindPlugin()
54 EmulateInstruction *emulate_insn_ptr = in FindPlugin()
65 EmulateInstruction *emulate_insn_ptr = in FindPlugin()
74 EmulateInstruction::EmulateInstruction(const ArchSpec &arch) : m_arch(arch) {} in EmulateInstruction() function in EmulateInstruction
77 EmulateInstruction::ReadRegister(const RegisterInfo ®_info) { in ReadRegister()
88 bool EmulateInstruction::ReadRegister(lldb::RegisterKind reg_kind, in ReadRegister()
101 uint64_t EmulateInstruction::ReadRegisterUnsigned(lldb::RegisterKind reg_kind, in ReadRegisterUnsigned()
113 uint64_t EmulateInstruction::ReadRegisterUnsigned(const RegisterInfo ®_info, in ReadRegisterUnsigned()
126 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister()
134 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister()
144 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned()
157 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned()
166 size_t EmulateInstruction::ReadMemory(const Context &context, lldb::addr_t addr, in ReadMemory()
174 uint64_t EmulateInstruction::ReadMemoryUnsigned(const Context &context, in ReadMemoryUnsigned()
201 bool EmulateInstruction::WriteMemoryUnsigned(const Context &context, in WriteMemoryUnsigned()
212 bool EmulateInstruction::WriteMemory(const Context &context, lldb::addr_t addr, in WriteMemory()
220 void EmulateInstruction::SetBaton(void *baton) { m_baton = baton; } in SetBaton()
222 void EmulateInstruction::SetCallbacks( in SetCallbacks()
233 void EmulateInstruction::SetReadMemCallback( in SetReadMemCallback()
238 void EmulateInstruction::SetWriteMemCallback( in SetWriteMemCallback()
243 void EmulateInstruction::SetReadRegCallback( in SetReadRegCallback()
248 void EmulateInstruction::SetWriteRegCallback( in SetWriteRegCallback()
257 size_t EmulateInstruction::ReadMemoryFrame(EmulateInstruction *instruction, in ReadMemoryFrame()
274 size_t EmulateInstruction::WriteMemoryFrame(EmulateInstruction *instruction, in WriteMemoryFrame()
292 bool EmulateInstruction::ReadRegisterFrame(EmulateInstruction *instruction, in ReadRegisterFrame()
303 bool EmulateInstruction::WriteRegisterFrame(EmulateInstruction *instruction, in WriteRegisterFrame()
314 size_t EmulateInstruction::ReadMemoryDefault(EmulateInstruction *instruction, in ReadMemoryDefault()
329 size_t EmulateInstruction::WriteMemoryDefault(EmulateInstruction *instruction, in WriteMemoryDefault()
343 bool EmulateInstruction::ReadRegisterDefault(EmulateInstruction *instruction, in ReadRegisterDefault()
359 bool EmulateInstruction::WriteRegisterDefault(EmulateInstruction *instruction, in WriteRegisterDefault()
373 void EmulateInstruction::Context::Dump(Stream &strm, in Dump()
374 EmulateInstruction *instruction) const { in Dump()
530 bool EmulateInstruction::SetInstruction(const Opcode &opcode, in SetInstruction()
544 bool EmulateInstruction::GetBestRegisterKindAndNumber( in GetBestRegisterKindAndNumber()
582 EmulateInstruction::GetInternalRegisterNumber(RegisterContext *reg_ctx, in GetInternalRegisterNumber()
591 bool EmulateInstruction::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind()