Home | History | Annotate | Download | only in MC

Lines Matching refs:CommentStream

50   raw_svector_ostream CommentStream;
67 AsmBackend(asmbackend), CommentStream(CommentToEmit),
72 InstPrinter->setCommentStream(CommentStream);
110 return CommentStream;
269 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) {