Searched refs:insn_opcode (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 73 bool SetInstruction(const lldb_private::Opcode &insn_opcode,
|
| H A D | EmulateInstructionMIPS.cpp | 985 bool EmulateInstructionMIPS::SetInstruction(const Opcode &insn_opcode, in SetInstruction() argument 990 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction() 1001 uint32_t current_inst_size = insn_opcode.GetByteSize(); in SetInstruction()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 377 virtual bool SetInstruction(const Opcode &insn_opcode,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 128 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
|
| H A D | EmulateInstructionARM.cpp | 13794 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction() argument 13797 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
|