Home | History | Annotate | Download | only in MC

Lines Matching refs:CommentStream

48   raw_svector_ostream CommentStream;
72 CommentStream(CommentToEmit), IsVerboseAsm(isVerboseAsm),
75 InstPrinter->setCommentStream(CommentStream);
111 return CommentStream;
265 // Make sure that CommentStream is flushed.
266 CommentStream.flush();
273 CommentStream.resync();
277 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) {
282 CommentStream.flush();
298 CommentStream.resync();