Home | History | Annotate | Download | only in Reader

Lines Matching defs:Bytes

1969       // have to read and ignore these final 4 bytes :-(
3118 return Error("Bitcode stream should be a multiple of 4 bytes in length");
3136 StreamingMemoryObject *Bytes = new StreamingMemoryObject(LazyStreamer);
3137 StreamFile.reset(new BitstreamReader(Bytes));
3141 if (Bytes->readBytes(0, 16, buf) == -1)
3142 return Error("Bitcode stream must be at least 16 bytes in length");
3151 Bytes->dropLeadingBytes(bitcodeStart - buf);
3152 Bytes->setKnownObjectSize(bitcodeEnd - bitcodeStart);