Home | History | Annotate | Download | only in Writer

Lines Matching defs:ConstraintStr

979       const std::string &ConstraintStr = IA->getConstraintString();
980 Record.push_back(ConstraintStr.size());
981 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
982 Record.push_back(ConstraintStr[i]);