Home
last modified time | relevance | path

Searched refs:MatchOpType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1561 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1564 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1565 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
1643 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1646 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1647 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2706 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2712 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2713 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
2743 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2749 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2750 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h284 MatchOpType(Instruction::Operand::Type type);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1330 lldb_private::OperandMatchers::MatchOpType(Instruction::Operand::Type type) { in MatchOpType() function in lldb_private::OperandMatchers