Home
last modified time | relevance | path

Searched refs:inst_type (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h31 InstructionType inst_type);
34 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
35 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
51 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
52 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionPPC64.cpp48 InstructionType inst_type) { in CreateInstance() argument
50 inst_type)) in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h33 lldb_private::InstructionType inst_type);
36 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
37 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
54 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
55 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM64.cpp126 InstructionType inst_type) { in CreateInstance() argument
128 inst_type)) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h40 lldb_private::InstructionType inst_type);
43 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
44 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
61 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
62 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS64.cpp189 InstructionType inst_type) { in CreateInstance() argument
191 inst_type)) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h42 lldb_private::InstructionType inst_type);
45 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
46 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
65 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
66 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS.cpp202 InstructionType inst_type) { in CreateInstance() argument
204 inst_type)) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h70 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
73 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
74 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
120 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
121 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM.cpp722 InstructionType inst_type) { in CreateInstance() argument
724 inst_type)) { in CreateInstance()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-interfaces.h61 const ArchSpec &arch, InstructionType inst_type);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h358 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;