Use the return of readBytes to find out if we are at the end of the stream.
[oota-llvm.git] / include / llvm / Support / StreamingMemoryObject.h
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.