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()
2658 bool DWARFExpression::MatchesOperand( in MatchesOperand() function in DWARFExpression2681 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()
156 bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op) const;
80 bool MatchesOperand(StackFrame &frame,
1531 if (var_sp->LocationExpressionList().MatchesOperand(frame, op)) in DoGuessValueAt()