Searched refs:getCommentString (Results 1 – 12 of 12) sorted by relevance
50 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
119 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
282 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()298 OS << MAI->getCommentString() << T; in emitRawComment()432 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute()946 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective()
27 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()472 const char *CommentString = MAI.getCommentString(); in isAtStartOfComment()
454 const char *getCommentString() const { return CommentString; } in getCommentString() function
514 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()515 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
131 const char *CommentBegin = MAI->getCommentString(); in emitComments()
513 OS << MAI->getCommentString(); in PrintSpecial()
349 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
92 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()93 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
1266 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()1267 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
5861 const char *CommentBegin = MAI.getCommentString(); in emitComments()