Searched refs:EmulateInstructionARM64 (Results 1 – 4 of 4) sorted by relevance
53 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionARM64, InstructionARM64) in LLDB_PLUGIN_DEFINE_ADV() argument93 EmulateInstructionARM64::ConstraintType94 ConstrainUnpredictable(EmulateInstructionARM64::Unpredictable which) { in ConstrainUnpredictable()95 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()96 EmulateInstructionARM64::Constraint_UNKNOWN; in ConstrainUnpredictable()98 case EmulateInstructionARM64::Unpredictable_WBOVERLAP: in ConstrainUnpredictable()99 case EmulateInstructionARM64::Unpredictable_LDPOVERLAP: in ConstrainUnpredictable()111 void EmulateInstructionARM64::Initialize() { in Initialize()116 void EmulateInstructionARM64::Terminate() { in Terminate()120 llvm::StringRef EmulateInstructionARM64::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()[all …]
18 class EmulateInstructionARM64 : public lldb_private::EmulateInstruction {20 EmulateInstructionARM64(const lldb_private::ArchSpec &arch) in EmulateInstructionARM64() function155 EmulateInstructionARM64::ProcState &proc_state);161 bool (EmulateInstructionARM64::*callback)(const uint32_t opcode); member
2 EmulateInstructionARM64.cpp
10 EmulateInstructionARM64.cpp \