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