Searched refs:getCommentString (Results 1 – 15 of 15) sorted by relevance
79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
442 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()458 OS << MAI->getCommentString() << T; in emitRawComment()468 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()477 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()484 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()490 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()723 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()1674 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()1745 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()
1712 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
655 StringRef getCommentString() const { return CommentString; } in getCommentString() function
145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
436 OS << MAI->getCommentString(); in PrintSpecial()
81 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()82 MAI.getCommentString().size()) == 0; in isAsmComment()
908 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
341 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
1855 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()1856 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
1262 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()
7408 StringRef CommentBegin = MAI.getCommentString(); in emitComments()