Searched refs:getCommentString (Results 1 – 14 of 14) sorted by relevance
80 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
424 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()440 OS << MAI->getCommentString() << T; in emitRawComment()450 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()459 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()466 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()472 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()686 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()1579 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()1650 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
128 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()713 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
1689 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
631 StringRef getCommentString() const { return CommentString; } in getCommentString() function
146 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
567 OS << MAI->getCommentString(); in PrintSpecial()
82 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()83 MAI.getCommentString().size()) == 0; in isAsmComment()
280 O << '\t' << MAI.getCommentString() << " COMPILER BARRIER"; in printInst()286 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
791 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
1770 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()1771 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
7151 StringRef CommentBegin = MAI.getCommentString(); in emitComments()