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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1260 unsigned ConstStrSize = Record[2+AsmStrSize]; local
1261 if (3+AsmStrSize+ConstStrSize > Record.size())
1266 for (unsigned i = 0; i != ConstStrSize; ++i)
1284 unsigned ConstStrSize = Record[2+AsmStrSize]; local
1285 if (3+AsmStrSize+ConstStrSize > Record.size())
1290 for (unsigned i = 0; i != ConstStrSize; ++i)

Completed in 73 milliseconds