Home
last modified time | relevance | path

Searched refs:EmulateInstructionPPC64 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp31 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch) in LLDB_PLUGIN_DEFINE_ADV()
34 void EmulateInstructionPPC64::Initialize() { in Initialize()
39 void EmulateInstructionPPC64::Terminate() { in Terminate()
48 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance()
53 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 …]
H A DEmulateInstructionPPC64.h19 class EmulateInstructionPPC64 : public EmulateInstruction {
21 EmulateInstructionPPC64(const ArchSpec &arch);
74 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile387 SRCS+= Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp