Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp30 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 …]
H A DEmulateInstructionPPC64.h18 class EmulateInstructionPPC64 : public EmulateInstruction {
20 EmulateInstructionPPC64(const ArchSpec &arch);
75 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile365 SRCS+= Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp