Searched refs:getCommentString (Results 1 – 14 of 14) sorted by relevance
75 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
362 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()378 OS << MAI->getCommentString() << T; in emitRawComment()388 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()397 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()404 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()410 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()620 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute()1271 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective()1342 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in EmitCVLocDirective()
53 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
129 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()532 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
486 StringRef getCommentString() const { return CommentString; } in getCommentString() function
141 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
71 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()72 MAI.getCommentString().size()) == 0; in isAsmComment()
590 OS << MAI->getCommentString(); in PrintSpecial()
608 CommentPrefix += Asm->MAI->getCommentString(); in emitTypeInformation()
451 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
280 O << '\t' << MAI.getCommentString() << " COMPILER BARRIER"; in printInst()
1697 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()1698 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
6802 StringRef CommentBegin = MAI.getCommentString(); in emitComments()