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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2783 unsigned ConstStrSize = Record[2+AsmStrSize]; local
2784 if (3+AsmStrSize+ConstStrSize > Record.size())
2789 for (unsigned i = 0; i != ConstStrSize; ++i)
2809 unsigned ConstStrSize = Record[2+AsmStrSize]; local
2810 if (3+AsmStrSize+ConstStrSize > Record.size())
2815 for (unsigned i = 0; i != ConstStrSize; ++i)

Completed in 90 milliseconds