Home
last modified time | relevance | path

Searched refs:SupportsEmulatingInstructionsOfTypeStatic (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h34 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() function
54 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionPPC64.cpp59 if (EmulateInstructionPPC64::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h35 static bool SupportsEmulatingInstructionsOfTypeStatic( in SupportsEmulatingInstructionsOfTypeStatic() function
57 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM64.cpp137 if (EmulateInstructionARM64::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h42 static bool SupportsEmulatingInstructionsOfTypeStatic( in SupportsEmulatingInstructionsOfTypeStatic() function
64 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS64.cpp200 if (EmulateInstructionMIPS64::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h44 static bool SupportsEmulatingInstructionsOfTypeStatic( in SupportsEmulatingInstructionsOfTypeStatic() function
68 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS.cpp213 if (EmulateInstructionMIPS::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h73 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() function
124 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM.cpp728 if (EmulateInstructionARM::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()