Searched refs:ConstraintStr (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp809 const std::string &ConstraintStr = IA->getConstraintString(); local
810 Record.push_back(ConstraintStr.size());
811 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
812 Record.push_back(ConstraintStr[i]);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp763 const std::string &ConstraintStr = IA->getConstraintString(); local
764 Record.push_back(ConstraintStr.size());
765 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
766 Record.push_back(ConstraintStr[i]);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp833 const std::string &ConstraintStr = IA->getConstraintString(); local
834 Record.push_back(ConstraintStr.size());
835 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
836 Record.push_back(ConstraintStr[i]);

Completed in 217 milliseconds