Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp29 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionPPC64, InstructionPPC64) in LLDB_PLUGIN_DEFINE_ADV() argument
31 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch) in LLDB_PLUGIN_DEFINE_ADV()
34 void EmulateInstructionPPC64::Initialize() { in Initialize()
39 void EmulateInstructionPPC64::Terminate() { in Terminate()
43 llvm::StringRef EmulateInstructionPPC64::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
48 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance()
50 if (EmulateInstructionPPC64::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
53 return new EmulateInstructionPPC64(arch); in CreateInstance()
58 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple()
69 EmulateInstructionPPC64::GetRegisterInfo(RegisterKind reg_kind, in GetRegisterInfo()
[all …]
H A DEmulateInstructionPPC64.h19 class EmulateInstructionPPC64 : public EmulateInstruction {
21 EmulateInstructionPPC64(const ArchSpec &arch);
74 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
H A DCMakeLists.txt2 EmulateInstructionPPC64.cpp
/openbsd-src/gnu/usr.bin/clang/liblldbPluginInstruction/
H A DMakefile13 EmulateInstructionPPC64.cpp
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4164 lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
4165 lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h