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()
2326 bool DWARFExpression::MatchesOperand( in MatchesOperand() function in DWARFExpression2349 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()
153 bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op) const;
86 bool MatchesOperand(StackFrame &frame,
1516 if (var_sp->LocationExpressionList().MatchesOperand(frame, op)) in DoGuessValueAt()