Searched refs:EmulateInstructionPPC64 (Results 1 – 5 of 5) 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()47 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance()52 return new EmulateInstructionPPC64(arch); in CreateInstance()100 bool EmulateInstructionPPC64::ReadInstruction() { in ReadInstruction()116 bool EmulateInstructionPPC64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind()135 EmulateInstructionPPC64::Opcode *137 static EmulateInstructionPPC64::Opcode g_opcodes[] = { in GetOpcodeForInstruction()228 bool EmulateInstructionPPC64::EmulateLD(uint32_t opcode) { in EmulateLD()[all …]
18 class EmulateInstructionPPC64 : public EmulateInstruction {20 EmulateInstructionPPC64(const ArchSpec &arch);73 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
2 EmulateInstructionPPC64.cpp
46 EmulateInstructionPPC64::Initialize(); in SetUpTestCase()51 EmulateInstructionPPC64::Terminate(); in TearDownTestCase()
4169 lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp4170 lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h