Return the beginning of the current stream buffer, or 0 if the stream is unbuffered.

Synopsis

Declared in <llvm/Support/raw_ostream.h>

char const*
getBufferStart() const;

Return Value

The beginning of the current stream buffer, or null if unbuffered.

Created with MrDocs