Searched refs:CommentBegin (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 145 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local 154 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 769 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local 771 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment() 780 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment() 810 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status, *Markers); in HandleComment()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 7174 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local 7182 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
|