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.cpp2353 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2359 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2360 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
2390 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2396 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2397 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1554 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1557 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1558 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
1636 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1639 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1640 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.cpp1329 lldb_private::OperandMatchers::MatchOpType(Instruction::Operand::Type type) { in MatchOpType() function in lldb_private::OperandMatchers