Searched refs:SetInstruction (Results 1 – 6 of 6) sorted by relevance
/external/lldb/include/lldb/Core/ |
D | EmulateInstruction.h | 418 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
|
/external/lldb/source/Core/ |
D | Disassembler.cpp | 652 insn_emulator_ap->SetInstruction (GetOpcode(), GetAddress(), NULL); in DumpEmulation() 941 insn_emulator_ap->SetInstruction (GetOpcode(), GetAddress(), NULL); in Emulate()
|
D | EmulateInstruction.cpp | 595 EmulateInstruction::SetInstruction (const Opcode &opcode, const Address &inst_addr, Target *target) in SetInstruction() function in EmulateInstruction
|
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 151 m_inst_emulator_ap->SetInstruction (inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.h | 164 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
|
D | EmulateInstructionARM.cpp | 12843 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()
|