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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp835 const std::string &ConstraintStr = IA->getConstraintString(); local
836 Record.push_back(ConstraintStr.size());
837 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
838 Record.push_back(ConstraintStr[i]);
/frameworks/compile/slang/BitWriter_2_9_func/
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]);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp870 const std::string &ConstraintStr = IA->getConstraintString(); local
871 Record.push_back(ConstraintStr.size());
872 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
873 Record.push_back(ConstraintStr[i]);

Completed in 53 milliseconds