Searched refs:getCommentString (Results 1 – 16 of 16) sorted by relevance
79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
134 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
466 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()482 OS << MAI->getCommentString() << T; in emitRawComment()492 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()501 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()508 } else if (c.starts_with(StringRef(MAI->getCommentString()))) { in addExplicitComment()514 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()739 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()1762 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()1833 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@"); in AsmLexer()713 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
1707 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
645 StringRef getCommentString() const { return CommentString; } in getCommentString() function
145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
438 OS << MAI->getCommentString(); in PrintSpecial()
83 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()84 MAI.getCommentString().size()) == 0; in isAsmComment()
1615 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()2125 outs() << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()2131 outs() << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
7113 StringRef CommentBegin = MAI.getCommentString(); in emitComments()
363 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
1868 KdStream << Indent << MAI.getCommentString() << ' ' << DIRECTIVE " " \
1857 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()1858 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
1147 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()