HomeSort by relevance Sort by last modified time
    Searched defs:CommentStream (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCDisassembler.h 62 CommentStream(0) {}
136 mutable raw_ostream *CommentStream;
MCInstPrinter.h 35 /// CommentStream - a stream that comments can be emitted to if desired.
38 raw_ostream *CommentStream;
60 : CommentStream(0), MAI(mai), MII(mii), MRI(mri), AvailableFeatures(0),
66 void setCommentStream(raw_ostream &OS) { CommentStream = &OS; }
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 80 raw_svector_ostream CommentStream;
93 CommentStream(CommentsToEmit) {
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 48 raw_svector_ostream CommentStream;
76 CommentStream(CommentToEmit), IsVerboseAsm(isVerboseAsm),
80 InstPrinter->setCommentStream(CommentStream);
116 return CommentStream;
288 // Make sure that CommentStream is flushed.
289 CommentStream.flush();
296 CommentStream.resync();
300 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) {
305 CommentStream.flush();
321 CommentStream.resync()
    [all...]

Completed in 73 milliseconds