Lines Matching refs:EmulateInstruction

43 EmulateInstruction *
44 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
76 bool EmulateInstruction::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()
83 bool EmulateInstruction::ReadRegister(lldb::RegisterKind reg_kind, in ReadRegister()
92 uint64_t EmulateInstruction::ReadRegisterUnsigned(lldb::RegisterKind reg_kind, in ReadRegisterUnsigned()
104 uint64_t EmulateInstruction::ReadRegisterUnsigned(const RegisterInfo *reg_info, in ReadRegisterUnsigned()
115 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister()
123 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister()
133 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned()
146 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned()
157 size_t EmulateInstruction::ReadMemory(const Context &context, lldb::addr_t addr, in ReadMemory()
165 uint64_t EmulateInstruction::ReadMemoryUnsigned(const Context &context, in ReadMemoryUnsigned()
192 bool EmulateInstruction::WriteMemoryUnsigned(const Context &context, in WriteMemoryUnsigned()
203 bool EmulateInstruction::WriteMemory(const Context &context, lldb::addr_t addr, in WriteMemory()
211 void EmulateInstruction::SetBaton(void *baton) { m_baton = baton; } in SetBaton()
213 void EmulateInstruction::SetCallbacks( in SetCallbacks()
224 void EmulateInstruction::SetReadMemCallback( in SetReadMemCallback()
229 void EmulateInstruction::SetWriteMemCallback( in SetWriteMemCallback()
234 void EmulateInstruction::SetReadRegCallback( in SetReadRegCallback()
239 void EmulateInstruction::SetWriteRegCallback( in SetWriteRegCallback()
248 size_t EmulateInstruction::ReadMemoryFrame(EmulateInstruction *instruction, in ReadMemoryFrame()
265 size_t EmulateInstruction::WriteMemoryFrame(EmulateInstruction *instruction, in WriteMemoryFrame()
283 bool EmulateInstruction::ReadRegisterFrame(EmulateInstruction *instruction, in ReadRegisterFrame()
294 bool EmulateInstruction::WriteRegisterFrame(EmulateInstruction *instruction, in WriteRegisterFrame()
305 size_t EmulateInstruction::ReadMemoryDefault(EmulateInstruction *instruction, in ReadMemoryDefault()
320 size_t EmulateInstruction::WriteMemoryDefault(EmulateInstruction *instruction, in WriteMemoryDefault()
334 bool EmulateInstruction::ReadRegisterDefault(EmulateInstruction *instruction, in ReadRegisterDefault()
350 bool EmulateInstruction::WriteRegisterDefault(EmulateInstruction *instruction, in WriteRegisterDefault()
364 void EmulateInstruction::Context::Dump(Stream &strm, in Dump()
365 EmulateInstruction *instruction) const { in Dump()
521 bool EmulateInstruction::SetInstruction(const Opcode &opcode, in SetInstruction()
535 bool EmulateInstruction::GetBestRegisterKindAndNumber( in GetBestRegisterKindAndNumber()
573 EmulateInstruction::GetInternalRegisterNumber(RegisterContext *reg_ctx, in GetInternalRegisterNumber()
582 bool EmulateInstruction::CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) { in CreateFunctionEntryUnwind()