Searched refs:MatchOpType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 2353 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 D | StackFrame.cpp | 1554 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 D | Disassembler.h | 284 MatchOpType(Instruction::Operand::Type type);
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 1329 lldb_private::OperandMatchers::MatchOpType(Instruction::Operand::Type type) { in MatchOpType() function in lldb_private::OperandMatchers
|