Home | History | Annotate | Download | only in Reader

Lines Matching defs:BufPtr

2983   const unsigned char *BufPtr = (const unsigned char*)Buffer->getBufferStart();
2984 const unsigned char *BufEnd = BufPtr+Buffer->getBufferSize();
2987 if (!isRawBitcode(BufPtr, BufEnd) && !isBitcodeWrapper(BufPtr, BufEnd))
2995 if (isBitcodeWrapper(BufPtr, BufEnd))
2996 if (SkipBitcodeWrapperHeader(BufPtr, BufEnd, true))
2999 StreamFile.reset(new BitstreamReader(BufPtr, BufEnd));