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

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

Completed in 218 milliseconds