Searched refs:EmulateInstructionPPC64 (Results 1 – 3 of 3) sorted by relevance
30 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch) in LLDB_PLUGIN_DEFINE_ADV()33 void EmulateInstructionPPC64::Initialize() { in Initialize()38 void EmulateInstructionPPC64::Terminate() { in Terminate()42 ConstString EmulateInstructionPPC64::GetPluginNameStatic() { in GetPluginNameStatic()47 ConstString EmulateInstructionPPC64::GetPluginName() { in GetPluginName()57 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance()62 return new EmulateInstructionPPC64(arch); in CreateInstance()110 bool EmulateInstructionPPC64::ReadInstruction() { in ReadInstruction()126 bool EmulateInstructionPPC64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind()145 EmulateInstructionPPC64::Opcode *[all …]
18 class EmulateInstructionPPC64 : public EmulateInstruction {20 EmulateInstructionPPC64(const ArchSpec &arch);75 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
365 SRCS+= Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp