Home | History | Annotate | Download | only in dwarf

Lines Matching defs:SameValueRule

916 class CallFrameInfo::SameValueRule: public CallFrameInfo::Rule {
918 SameValueRule() { }
919 ~SameValueRule() { }
921 return handler->SameValueRule(address, reg);
926 const SameValueRuleSameValueRule *>(&rhs);
929 Rule *Copy() const { return new SameValueRule(*this); }
1159 if (!handler->SameValueRule(address, old_it->first))
1178 if (!handler->SameValueRule(address, old_it->first))
1569 !DoRule(ops.register_number, new SameValueRule()))
1761 rule = new SameValueRule();