Home | History | Annotate | Download | only in Reader

Lines Matching defs:BufEnd

4439   const unsigned char *BufEnd = BufPtr+Buffer->getBufferSize();
4446 if (isBitcodeWrapper(BufPtr, BufEnd))
4447 if (SkipBitcodeWrapperHeader(BufPtr, BufEnd, true))
4450 StreamFile.reset(new BitstreamReader(BufPtr, BufEnd));