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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp810 const std::string &ConstraintStr = IA->getConstraintString(); local
811 Record.push_back(ConstraintStr.size());
812 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
813 Record.push_back(ConstraintStr[i]);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp764 const std::string &ConstraintStr = IA->getConstraintString(); local
765 Record.push_back(ConstraintStr.size());
766 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
767 Record.push_back(ConstraintStr[i]);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp838 const std::string &ConstraintStr = IA->getConstraintString(); local
839 Record.push_back(ConstraintStr.size());
840 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
841 Record.push_back(ConstraintStr[i]);

Completed in 36 milliseconds