Home
last modified time | relevance | path

Searched refs:MatchesOperand (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp147 bool DWARFExpressionList::MatchesOperand( in MatchesOperand() function in DWARFExpressionList
170 return expr->MatchesOperand(frame, operand); in MatchesOperand()
H A DDWARFExpression.cpp2340 bool DWARFExpression::MatchesOperand( in MatchesOperand() function in DWARFExpression
2363 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h164 bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op) const;
H A DDWARFExpressionList.h96 bool MatchesOperand(StackFrame &frame,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1661 if (var_sp->LocationExpressionList().MatchesOperand(frame, op)) in DoGuessValueAt()