Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2367 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2372 return MatchUnaryOp( in MatchesOperand()
2404 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2409 return MatchUnaryOp( in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1699 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1701 !MatchUnaryOp( in DoGuessValueAt()
1781 } else if (MatchUnaryOp( in DoGuessValueAt()
1784 MatchUnaryOp( in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h271 MatchUnaryOp(std::function<bool(const Instruction::Operand &)> base,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1308 lldb_private::OperandMatchers::MatchUnaryOp( in MatchUnaryOp() function in lldb_private::OperandMatchers