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