Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
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 …]
H A DEmulateInstructionPPC64.h18 class EmulateInstructionPPC64 : public EmulateInstruction {
20 EmulateInstructionPPC64(const ArchSpec &arch);
73 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
H A DCMakeLists.txt2 EmulateInstructionPPC64.cpp
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/PPC64/
H A DTestPPC64InstEmulation.cpp46 EmulateInstructionPPC64::Initialize(); in SetUpTestCase()
51 EmulateInstructionPPC64::Terminate(); in TearDownTestCase()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4169 lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
4170 lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h