Lines Matching defs:ConstStrSize
3558 unsigned ConstStrSize = Record[2+AsmStrSize];
3559 if (3+AsmStrSize+ConstStrSize > Record.size())
3564 for (unsigned i = 0; i != ConstStrSize; ++i)
3585 unsigned ConstStrSize = Record[2+AsmStrSize];
3586 if (3+AsmStrSize+ConstStrSize > Record.size())
3591 for (unsigned i = 0; i != ConstStrSize; ++i)
3616 unsigned ConstStrSize = Record[OpNum + AsmStrSize];
3617 if (OpNum + 1 + AsmStrSize + ConstStrSize > Record.size())
3623 for (unsigned i = 0; i != ConstStrSize; ++i)
3652 unsigned ConstStrSize = Record[OpNum + AsmStrSize];
3653 if (OpNum + 1 + AsmStrSize + ConstStrSize > Record.size())
3659 for (unsigned i = 0; i != ConstStrSize; ++i)