Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:BufPtr

2171   const unsigned char *BufPtr = (unsigned char *)Buffer->getBufferStart();
2172 const unsigned char *BufEnd = BufPtr+Buffer->getBufferSize();
2175 if (!isRawBitcode(BufPtr, BufEnd) && !isBitcodeWrapper(BufPtr, BufEnd))
2183 if (isBitcodeWrapper(BufPtr, BufEnd))
2184 if (SkipBitcodeWrapperHeader(BufPtr, BufEnd, true))
2187 StreamFile.init(BufPtr, BufEnd);
2302 const unsigned char *BufPtr = (unsigned char *)Buffer->getBufferStart();
2303 const unsigned char *BufEnd = BufPtr+Buffer->getBufferSize();
2307 if (isBitcodeWrapper(BufPtr, BufEnd))
2308 if (SkipBitcodeWrapperHeader(BufPtr, BufEnd, true))
2311 BufPtr, BufEnd);