Searched refs:EmulateInstructionARM (Results 1 – 7 of 7) sorted by relevance
707 void EmulateInstructionARM::Initialize() { in Initialize()712 void EmulateInstructionARM::Terminate() { in Terminate()727 new EmulateInstructionARM(arch)); in CreateInstance()733 new EmulateInstructionARM(arch)); in CreateInstance()12839 EmulateInstructionARM::ARMOpcode *13211 EmulateInstructionARM::ARMOpcode *13305 &EmulateInstructionARM::EmulateB, in GetThumbOpcodeForInstruction()13713 &EmulateInstructionARM::EmulateSTREX, in GetThumbOpcodeForInstruction()13978 bool EmulateInstructionARM::InITBlock() { in InITBlock()14126 EmulateInstructionARM::Mode EmulateInstructionARM::CurrentInstrSet() { in CurrentInstrSet()[all …]
2 EmulateInstructionARM.cpp
46 class EmulateInstructionARM : public EmulateInstruction {92 EmulateInstructionARM(const ArchSpec &arch) in EmulateInstructionARM() function297 EmulateInstructionARM::ARMEncoding encoding;300 bool (EmulateInstructionARM::*callback)( member302 const EmulateInstructionARM::ARMEncoding encoding);
53 EmulateInstructionARM::Initialize(); in Initialize()69 EmulateInstructionARM::Terminate(); in Terminate()
17 "EmulateInstructionARM.cpp",
12 CHECK-NEXT: This UnwindPlan originally sourced from EmulateInstructionARM
4166 lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h