Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Expression/
DDWARFExpression.cpp2685 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2690 return MatchUnaryOp( in MatchesOperand()
2722 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2727 return MatchUnaryOp( in MatchesOperand()
/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrame.cpp1569 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1571 !MatchUnaryOp( in DoGuessValueAt()
1650 } else if (MatchUnaryOp( in DoGuessValueAt()
1653 MatchUnaryOp( in DoGuessValueAt()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDisassembler.h267 MatchUnaryOp(std::function<bool(const Instruction::Operand &)> base,
/openbsd/src/gnu/llvm/lldb/source/Core/
DDisassembler.cpp1273 lldb_private::OperandMatchers::MatchUnaryOp( in MatchUnaryOp() function in lldb_private::OperandMatchers