Home
last modified time | relevance | path

Searched refs:SetInstruction (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h74 bool SetInstruction(const lldb_private::Opcode &insn_opcode,
H A DEmulateInstructionMIPS.cpp987 bool EmulateInstructionMIPS::SetInstruction(const Opcode &insn_opcode, in SetInstruction() function in EmulateInstructionMIPS
992 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h385 virtual bool SetInstruction(const Opcode &insn_opcode,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp530 bool EmulateInstruction::SetInstruction(const Opcode &opcode, in SetInstruction() function in EmulateInstruction
H A DDisassembler.cpp686 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()
956 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h128 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
H A DEmulateInstructionARM.cpp13764 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction() function in EmulateInstructionARM
13767 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp182 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()