Home
last modified time | relevance | path

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

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