Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1540 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1543 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1544 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
1622 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1625 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1626 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2769 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2775 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2776 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
2806 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2812 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2813 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h260 MatchOpType(Instruction::Operand::Type type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1285 lldb_private::OperandMatchers::MatchOpType(Instruction::Operand::Type type) { in MatchOpType() function in lldb_private::OperandMatchers