Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp141 StringRef CommentBegin = MAI->getCommentString(); in emitComments() local
150 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
/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.cpp528 SourceLocation CommentBegin = Comment.getBegin(); in HandleComment() local
530 const char *CommentRaw = SM.getCharacterData(CommentBegin); in HandleComment()
539 ParseDirective(C, &ED, SM, &PP, CommentBegin, Status); in HandleComment()
569 ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status); in HandleComment()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6390 const char *CommentBegin = MAI.getCommentString(); in emitComments() local
6399 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp6766 StringRef CommentBegin = MAI.getCommentString(); in emitComments() local
6775 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()