Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp29 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch) in EmulateInstructionPPC64() function in EmulateInstructionPPC64
32 void EmulateInstructionPPC64::Initialize() { in Initialize()
37 void EmulateInstructionPPC64::Terminate() { in Terminate()
41 ConstString EmulateInstructionPPC64::GetPluginNameStatic() { in GetPluginNameStatic()
46 ConstString EmulateInstructionPPC64::GetPluginName() { in GetPluginName()
56 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance()
62 return new EmulateInstructionPPC64(arch); in CreateInstance()
117 bool EmulateInstructionPPC64::ReadInstruction() { in ReadInstruction()
133 bool EmulateInstructionPPC64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind()
151 EmulateInstructionPPC64::Opcode *
[all …]
H A DEmulateInstructionPPC64.h19 class EmulateInstructionPPC64 : public EmulateInstruction {
21 EmulateInstructionPPC64(const ArchSpec &arch);
76 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSystemInitializerFull.cpp398 EmulateInstructionPPC64::Initialize(); in Initialize()
549 EmulateInstructionPPC64::Terminate(); in Terminate()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile328 SRCS+= Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp