Home
last modified time | relevance | path

Searched refs:CommentBegin (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp145 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 DVerifyDiagnosticConsumer.cpp769 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 DMachODump.cpp7174 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local
7182 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()