Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h35 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() function
53 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionPPC64.cpp50 if (EmulateInstructionPPC64::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h36 static bool SupportsEmulatingInstructionsOfTypeStatic( in SupportsEmulatingInstructionsOfTypeStatic() function
56 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM64.cpp127 if (EmulateInstructionARM64::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h43 static bool SupportsEmulatingInstructionsOfTypeStatic( in SupportsEmulatingInstructionsOfTypeStatic() function
63 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS64.cpp191 if (EmulateInstructionMIPS64::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h45 static bool SupportsEmulatingInstructionsOfTypeStatic( in SupportsEmulatingInstructionsOfTypeStatic() function
67 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS.cpp204 if (EmulateInstructionMIPS::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h73 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() function
121 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM.cpp724 if (EmulateInstructionARM::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()