Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h275 MatchRegOp(const RegisterInfo &info);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2391 MatchRegOp(*reg))(operand)) { in MatchesOperand()
2398 MatchRegOp(*reg), in MatchesOperand()
2401 return MatchRegOp(*reg)(operand); in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1555 MatchRegOp(*return_register_info))(op) && in DoGuessValueAt()
1559 MatchRegOp(*return_register_info), in DoGuessValueAt()
1614 return MatchRegOp(*reg_info)(op) && op.m_clobbered; in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1285 lldb_private::OperandMatchers::MatchRegOp(const RegisterInfo &info) { in MatchRegOp() function in lldb_private::OperandMatchers