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

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

Completed in 156 milliseconds