Home
last modified time | relevance | path

Searched refs:InstructionType (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h31 InstructionType inst_type);
34 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
53 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
DEmulateInstructionPPC64.cpp58 InstructionType inst_type) { in CreateInstance()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h33 lldb_private::InstructionType inst_type);
36 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
56 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
DEmulateInstructionARM64.cpp136 InstructionType inst_type) { in CreateInstance()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h40 lldb_private::InstructionType inst_type);
43 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
63 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
DEmulateInstructionMIPS64.cpp199 InstructionType inst_type) { in CreateInstance()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h42 lldb_private::InstructionType inst_type);
45 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
67 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
DEmulateInstructionMIPS.cpp212 InstructionType inst_type) { in CreateInstance()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h70 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
73 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
123 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
DEmulateInstructionARM.cpp727 InstructionType inst_type) { in CreateInstance()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-private-enumerations.h118 enum InstructionType { enum
Dlldb-private-interfaces.h61 const ArchSpec &arch, InstructionType inst_type);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h96 InstructionType supported_inst_type,
358 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp45 InstructionType supported_inst_type, in FindPlugin()