Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h273 MatchRegOp(const RegisterInfo &info);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1562 MatchRegOp(*return_register_info))(op) && in DoGuessValueAt()
1566 MatchRegOp(*return_register_info), in DoGuessValueAt()
1621 return MatchRegOp(*reg_info)(op) && op.m_clobbered; in DoGuessValueAt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp3404 MatchRegOp(*reg))(operand)) { in MatchesOperand()
3411 MatchRegOp(*reg), in MatchesOperand()
3414 return MatchRegOp(*reg)(operand); in MatchesOperand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp1409 lldb_private::OperandMatchers::MatchRegOp(const RegisterInfo &info) { in MatchRegOp() function in lldb_private::OperandMatchers