Lines Matching refs:ConstStrSize
3414 unsigned ConstStrSize = Record[2+AsmStrSize]; in parseConstants() local
3415 if (3+AsmStrSize+ConstStrSize > Record.size()) in parseConstants()
3420 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3441 unsigned ConstStrSize = Record[2+AsmStrSize]; in parseConstants() local
3442 if (3+AsmStrSize+ConstStrSize > Record.size()) in parseConstants()
3447 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3472 unsigned ConstStrSize = Record[OpNum + AsmStrSize]; in parseConstants() local
3473 if (OpNum + 1 + AsmStrSize + ConstStrSize > Record.size()) in parseConstants()
3479 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3508 unsigned ConstStrSize = Record[OpNum + AsmStrSize]; in parseConstants() local
3509 if (OpNum + 1 + AsmStrSize + ConstStrSize > Record.size()) in parseConstants()
3515 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()