Home | History | Annotate | Download | only in Reader

Lines Matching refs:BufEnd

3112   const unsigned char *BufEnd = BufPtr+Buffer->getBufferSize();
3115 if (!isRawBitcode(BufPtr, BufEnd) && !isBitcodeWrapper(BufPtr, BufEnd))
3123 if (isBitcodeWrapper(BufPtr, BufEnd))
3124 if (SkipBitcodeWrapperHeader(BufPtr, BufEnd, true))
3127 StreamFile.reset(new BitstreamReader(BufPtr, BufEnd));