Searched refs:EmulateInstructionPPC64 (Results 1 – 5 of 5) sorted by relevance
29 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionPPC64, InstructionPPC64) in LLDB_PLUGIN_DEFINE_ADV() argument31 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch) in LLDB_PLUGIN_DEFINE_ADV()34 void EmulateInstructionPPC64::Initialize() { in Initialize()39 void EmulateInstructionPPC64::Terminate() { in Terminate()43 llvm::StringRef EmulateInstructionPPC64::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()48 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance()50 if (EmulateInstructionPPC64::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()53 return new EmulateInstructionPPC64(arch); in CreateInstance()58 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple()69 EmulateInstructionPPC64::GetRegisterInfo(RegisterKind reg_kind, in GetRegisterInfo()[all …]
19 class EmulateInstructionPPC64 : public EmulateInstruction {21 EmulateInstructionPPC64(const ArchSpec &arch);74 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
2 EmulateInstructionPPC64.cpp
13 EmulateInstructionPPC64.cpp
4164 lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp4165 lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h