Searched refs:SetInstruction (Results 1 – 8 of 8) 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() function in EmulateInstructionMIPS 990 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { 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/Core/ |
| H A D | EmulateInstruction.cpp | 520 bool EmulateInstruction::SetInstruction(const Opcode &opcode, in SetInstruction() function in EmulateInstruction
|
| H A D | Disassembler.cpp | 678 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation() 952 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()
|
| /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() function in EmulateInstructionARM 13797 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 185 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
|