Searched refs:getCommentString (Results 1 – 11 of 11) sorted by relevance
41 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
119 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
278 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()296 OS << MAI->getCommentString() << T; in emitRawComment()417 << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute()900 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective()
427 const char *getCommentString() const { return CommentString; } in getCommentString() function
27 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()462 const char *CommentString = MAI.getCommentString(); in isAtStartOfComment()
514 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()515 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
133 const char *CommentBegin = MAI->getCommentString(); in emitComments()
91 if (atInsnStart && strncmp(Str, MAI.getCommentString(), in getInlineAsmLength()92 strlen(MAI.getCommentString())) == 0) in getInlineAsmLength()
515 OS << MAI->getCommentString(); in PrintSpecial()
365 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
1999 const char *CommentBegin = MAI.getCommentString(); in emitComments()