Searched refs:SetInstruction (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
D | EmulateInstructionMIPS.h | 75 bool SetInstruction(const lldb_private::Opcode &insn_opcode,
|
D | EmulateInstructionMIPS.cpp | 998 bool EmulateInstructionMIPS::SetInstruction(const Opcode &insn_opcode, in SetInstruction() function in EmulateInstructionMIPS 1003 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | EmulateInstruction.h | 377 virtual bool SetInstruction(const Opcode &insn_opcode,
|
/external/llvm-project/lldb/source/Core/ |
D | EmulateInstruction.cpp | 521 bool EmulateInstruction::SetInstruction(const Opcode &opcode, in SetInstruction() function in EmulateInstruction
|
D | Disassembler.cpp | 645 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation() 919 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()
|
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 183 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
|
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.h | 131 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
|
D | EmulateInstructionARM.cpp | 13801 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction() function in EmulateInstructionARM 13804 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
|