| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 31 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 D | EmulateInstructionPPC64.cpp | 48 InstructionType inst_type) { in CreateInstance() argument 50 inst_type)) in CreateInstance()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 33 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 D | EmulateInstructionARM64.cpp | 126 InstructionType inst_type) { in CreateInstance() argument 128 inst_type)) { in CreateInstance()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 40 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 D | EmulateInstructionMIPS64.cpp | 189 InstructionType inst_type) { in CreateInstance() argument 191 inst_type)) { in CreateInstance()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 42 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 D | EmulateInstructionMIPS.cpp | 202 InstructionType inst_type) { in CreateInstance() argument 204 inst_type)) { in CreateInstance()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 70 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 D | EmulateInstructionARM.cpp | 722 InstructionType inst_type) { in CreateInstance() argument 724 inst_type)) { in CreateInstance()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 61 const ArchSpec &arch, InstructionType inst_type);
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 358 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
|