Home
last modified time | relevance | path

Searched refs:insn_opcode (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Core/
DEmulateInstruction.h418 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h164 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
DEmulateInstructionARM.cpp12843 EmulateInstructionARM::SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target … in SetInstruction() argument
12845 if (EmulateInstruction::SetInstruction (insn_opcode, inst_addr, target)) in SetInstruction()