Home | History | Annotate | Download | only in Reader

Lines Matching defs:BufEnd

3313   const unsigned char *BufEnd = BufPtr+Buffer->getBufferSize();
3316 if (!isRawBitcode(BufPtr, BufEnd) && !isBitcodeWrapper(BufPtr, BufEnd))
3324 if (isBitcodeWrapper(BufPtr, BufEnd))
3325 if (SkipBitcodeWrapperHeader(BufPtr, BufEnd, true))
3328 StreamFile.reset(new BitstreamReader(BufPtr, BufEnd));