Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h32 InstructionType inst_type);
35 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
52 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionPPC64.cpp49 InstructionType inst_type) { in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h31 static bool SupportsThisInstructionType(InstructionType inst_type) { in SupportsThisInstructionType()
46 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
57 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionRISCV.cpp1767 InstructionType inst_type) { in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h28 static bool SupportsThisInstructionType(InstructionType inst_type) { in SupportsThisInstructionType()
35 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
48 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionLoongArch.cpp205 InstructionType inst_type) { in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h34 lldb_private::InstructionType inst_type);
37 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
55 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM64.cpp126 InstructionType inst_type) { in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h41 lldb_private::InstructionType inst_type);
44 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
62 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS64.cpp190 InstructionType inst_type) { in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h43 lldb_private::InstructionType inst_type);
46 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
66 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS.cpp203 InstructionType inst_type) { in CreateInstance()
/freebsd-14.2/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()
120 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM.cpp723 InstructionType inst_type) { in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h118 enum InstructionType { enum
H A Dlldb-private-interfaces.h62 const ArchSpec &arch, InstructionType inst_type);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h97 InstructionType supported_inst_type,
366 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp46 InstructionType supported_inst_type, in FindPlugin()