Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp131 const char *CommentBegin = MAI->getCommentString(); in emitComments() local
140 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp530 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local
532 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment()
541 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status); in HandleComment()
571 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status); in HandleComment()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp5861 const char *CommentBegin = MAI.getCommentString(); in emitComments() local
5870 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()