Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2367 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2373 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2374 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
2404 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2410 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2411 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1699 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1702 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1703 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
1782 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1785 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1786 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h284 MatchOpType(Instruction::Operand::Type type);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1361 lldb_private::OperandMatchers::MatchOpType(Instruction::Operand::Type type) { in MatchOpType() function in lldb_private::OperandMatchers