Searched refs:getCommentString (Results 1 – 15 of 15) sorted by relevance
79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
435 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()451 OS << MAI->getCommentString() << T; in emitRawComment()461 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()470 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()477 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()483 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()718 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()1642 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()1713 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
133 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()714 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
1706 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
653 StringRef getCommentString() const { return CommentString; } in getCommentString() function
145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
436 OS << MAI->getCommentString(); in PrintSpecial()
80 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()81 MAI.getCommentString().size()) == 0; in isAsmComment()
288 O << '\t' << MAI.getCommentString() << " COMPILER BARRIER"; in printInst()294 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
802 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
1848 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()1849 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
1231 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()
7174 StringRef CommentBegin = MAI.getCommentString(); in emitComments()