Searched refs:MatchOpType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1561 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1564 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1565 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt() 1643 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1646 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1647 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 3366 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand() 3372 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand() 3373 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand() 3403 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand() 3409 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand() 3410 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 282 MatchOpType(Instruction::Operand::Type type);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Disassembler.cpp | 1453 lldb_private::OperandMatchers::MatchOpType(Instruction::Operand::Type type) { in MatchOpType() function in lldb_private::OperandMatchers
|