Searched refs:MatchesOperand (Results 1 – 5 of 5) sorted by relevance
115 bool DWARFExpressionList::MatchesOperand( in MatchesOperand() function in DWARFExpressionList139 return expr->MatchesOperand(frame, operand); in MatchesOperand()
2615 bool DWARFExpression::MatchesOperand( in MatchesOperand() function in DWARFExpression2638 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()
155 bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op) const;
81 bool MatchesOperand(StackFrame &frame,
1516 if (var_sp->LocationExpressionList().MatchesOperand(frame, op)) in DoGuessValueAt()