Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h271 MatchRegOp(const RegisterInfo &info);
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp2723 MatchRegOp(*reg))(operand)) { in MatchesOperand()
2730 MatchRegOp(*reg), in MatchesOperand()
2733 return MatchRegOp(*reg)(operand); in MatchesOperand()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1570 MatchRegOp(*return_register_info))(op) && in DoGuessValueAt()
1574 MatchRegOp(*return_register_info), in DoGuessValueAt()
1629 return MatchRegOp(*reg_info)(op) && op.m_clobbered; in DoGuessValueAt()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp1282 lldb_private::OperandMatchers::MatchRegOp(const RegisterInfo &info) { in MatchRegOp() function in lldb_private::OperandMatchers