LLVM API Documentation
#include <DataStream.h>
Public Member Functions | |
virtual size_t | GetBytes (unsigned char *buf, size_t len)=0 |
virtual | ~DataStreamer () |
Definition at line 24 of file DataStream.h.
|
virtual |
Definition at line 47 of file DataStream.cpp.
|
pure virtual |
Fetch bytes [start-end) from the stream, and write them to the buffer pointed to by buf. Returns the number of bytes actually written.
Referenced by llvm::StreamingMemoryObject::StreamingMemoryObject().