Searched refs:MatchOpType (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | StackFrame.cpp | 1559 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1562 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1563 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt() 1641 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1644 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt() 1645 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in DoGuessValueAt()
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 2675 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand() 2681 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand() 2682 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand() 2712 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand() 2718 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand() 2719 MatchBinaryOp(MatchOpType(Instruction::Operand::Type::Sum), in MatchesOperand()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Disassembler.h | 260 MatchOpType(Instruction::Operand::Type type);
|
/external/llvm-project/lldb/source/Core/ |
D | Disassembler.cpp | 1287 lldb_private::OperandMatchers::MatchOpType(Instruction::Operand::Type type) { in MatchOpType() function in lldb_private::OperandMatchers
|