Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp1570 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1572 !MatchUnaryOp( in DoGuessValueAt()
1651 } else if (MatchUnaryOp( in DoGuessValueAt()
1654 MatchUnaryOp( in DoGuessValueAt()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp2886 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2891 return MatchUnaryOp( in MatchesOperand()
2923 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2928 return MatchUnaryOp( in MatchesOperand()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDisassembler.h246 MatchUnaryOp(std::function<bool(const Instruction::Operand &)> base,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp1418 lldb_private::OperandMatchers::MatchUnaryOp( in MatchUnaryOp() function in lldb_private::OperandMatchers