Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DEmulateInstruction.h418 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
/external/lldb/source/Core/
DDisassembler.cpp652 insn_emulator_ap->SetInstruction (GetOpcode(), GetAddress(), NULL); in DumpEmulation()
941 insn_emulator_ap->SetInstruction (GetOpcode(), GetAddress(), NULL); in Emulate()
DEmulateInstruction.cpp595 EmulateInstruction::SetInstruction (const Opcode &opcode, const Address &inst_addr, Target *target) in SetInstruction() function in EmulateInstruction
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp151 m_inst_emulator_ap->SetInstruction (inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h164 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
DEmulateInstructionARM.cpp12843 EmulateInstructionARM::SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target … in SetInstruction() function in EmulateInstructionARM
12845 if (EmulateInstruction::SetInstruction (insn_opcode, inst_addr, target)) in SetInstruction()