Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp2642 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2648 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2649 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
2679 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2685 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2686 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h280 MatchOpType(Instruction::Operand::Type type);
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1326 lldb_private::OperandMatchers::MatchOpType(Instruction::Operand::Type type) { in MatchOpType() function in lldb_private::OperandMatchers