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.
llvm::DataStreamer::~DataStreamer | ( | ) | [virtual] |
Definition at line 48 of file DataStream.cpp.
virtual size_t llvm::DataStreamer::GetBytes | ( | unsigned char * | buf, |
size_t | len | ||
) | [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().