Home | History | Annotate | Download | only in llvm-objdump

Lines Matching defs:Comments

2470 // comments for disassembly.  While these are part of the ABI they are no
5852 /// \brief Emits the comments that are stored in the CommentStream.
5859 StringRef Comments = CommentsToEmit.str();
5864 while (!Comments.empty()) {
5867 // Emit a line of comments.
5869 size_t Position = Comments.find('\n');
5870 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position);
5872 Comments = Comments.substr(Position + 1);
5936 // if it is done then arm64 comments for string literals don't get printed
5938 // (32-bit and 64-bit) comments printed with different spacing before the