Home | History | Annotate | Download | only in Reader

Lines Matching refs:BufPtr

2826   const unsigned char *BufPtr = (unsigned char *)Buffer->getBufferStart();
2827 const unsigned char *BufEnd = BufPtr+Buffer->getBufferSize();
2830 if (!isRawBitcode(BufPtr, BufEnd) && !isBitcodeWrapper(BufPtr, BufEnd))
2838 if (isBitcodeWrapper(BufPtr, BufEnd))
2839 if (SkipBitcodeWrapperHeader(BufPtr, BufEnd, true))
2842 StreamFile.reset(new BitstreamReader(BufPtr, BufEnd));