Return a raw_ostream that comments can be written to. Unlike AddComment, you are required to terminate comments with if you use this method.

Synopsis

Declared in <llvm/MC/MCAsmStreamer.h>

virtual
raw_ostream&
getCommentOS() override;

Return Value

This class implements an extremely fast bulk output stream that can only output to a stream. It does not support seeking, reopening, rewinding, line buffered disciplines etc. It is a simple buffer that outputs a chunk at a time.

Created with MrDocs