Searched refs:MatchesOperand (Results 1 – 3 of 3) sorted by relevance
367 bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op);
3331 bool DWARFExpression::MatchesOperand(StackFrame &frame, in MatchesOperand() function in DWARFExpression3362 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()
1522 if (var_sp->LocationExpression().MatchesOperand(frame, op)) { in DoGuessValueAt()