Lines Matching refs:ConstStrSize
3259 unsigned ConstStrSize = Record[2+AsmStrSize]; in parseConstants() local
3260 if (3+AsmStrSize+ConstStrSize > Record.size()) in parseConstants()
3265 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3286 unsigned ConstStrSize = Record[2+AsmStrSize]; in parseConstants() local
3287 if (3+AsmStrSize+ConstStrSize > Record.size()) in parseConstants()
3292 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3317 unsigned ConstStrSize = Record[OpNum + AsmStrSize]; in parseConstants() local
3318 if (OpNum + 1 + AsmStrSize + ConstStrSize > Record.size()) in parseConstants()
3324 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()
3353 unsigned ConstStrSize = Record[OpNum + AsmStrSize]; in parseConstants() local
3354 if (OpNum + 1 + AsmStrSize + ConstStrSize > Record.size()) in parseConstants()
3360 for (unsigned i = 0; i != ConstStrSize; ++i) in parseConstants()