Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h251 MatchRegOp(const RegisterInfo &info);
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp1560 MatchRegOp(*return_register_info))(op) && in DoGuessValueAt()
1564 MatchRegOp(*return_register_info), in DoGuessValueAt()
1619 return MatchRegOp(*reg_info)(op) && op.m_clobbered; in DoGuessValueAt()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp2713 MatchRegOp(*reg))(operand)) { in MatchesOperand()
2720 MatchRegOp(*reg), in MatchesOperand()
2723 return MatchRegOp(*reg)(operand); in MatchesOperand()
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp1243 lldb_private::OperandMatchers::MatchRegOp(const RegisterInfo &info) { in MatchRegOp() function in lldb_private::OperandMatchers