Searched refs:SetInstruction (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 73 bool SetInstruction(const lldb_private::Opcode &insn_opcode,
|
| H A D | EmulateInstructionMIPS.cpp | 1010 bool EmulateInstructionMIPS::SetInstruction(const Opcode &insn_opcode, in SetInstruction() function in EmulateInstructionMIPS 1015 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 396 virtual bool SetInstruction(const Opcode &insn_opcode,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | EmulateInstruction.cpp | 529 bool EmulateInstruction::SetInstruction(const Opcode &opcode, in SetInstruction() function in EmulateInstruction
|
| H A D | Disassembler.cpp | 748 insn_emulator_ap->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation() 1022 insn_emulator_ap->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 173 m_inst_emulator_ap->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 132 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
|
| H A D | EmulateInstructionARM.cpp | 13845 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction() function in EmulateInstructionARM 13848 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
|