Searched refs:InstructionType (Results 1 – 15 of 15) sorted by relevance
31 InstructionType inst_type);34 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()51 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
48 InstructionType inst_type) { in CreateInstance()
33 lldb_private::InstructionType inst_type);36 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()54 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
126 InstructionType inst_type) { in CreateInstance()
40 lldb_private::InstructionType inst_type);43 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()61 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
189 InstructionType inst_type) { in CreateInstance()
42 lldb_private::InstructionType inst_type);45 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()65 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
202 InstructionType inst_type) { in CreateInstance()
70 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()
722 InstructionType inst_type) { in CreateInstance()
118 enum InstructionType { enum
61 const ArchSpec &arch, InstructionType inst_type);
96 InstructionType supported_inst_type,358 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
45 InstructionType supported_inst_type, in FindPlugin()
1777 typedef std::tuple_element_t<1, TypeParam> InstructionType; in TYPED_TEST() typedef1788 .match((InstructionType)IRB.CreateICmp(Pred, L, R))); in TYPED_TEST()