Searched refs:getCommentString (Results 1 – 16 of 16) sorted by relevance
79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
449 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()465 OS << MAI->getCommentString() << T; in emitRawComment()475 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()484 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()491 } else if (c.starts_with(StringRef(MAI->getCommentString()))) { in addExplicitComment()497 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()723 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()1742 OS << MAI->getCommentString() << ' ' << FileName << ':' in emitDwarfLocDirective()1813 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
136 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@"); in AsmLexer()714 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
1710 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
658 StringRef getCommentString() const { return CommentString; } in getCommentString() function
145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
437 OS << MAI->getCommentString(); in PrintSpecial()
83 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()84 MAI.getCommentString().size()) == 0; in isAsmComment()
1478 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()1998 outs() << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
7001 StringRef CommentBegin = MAI.getCommentString(); in emitComments()
1028 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
1861 KdStream << Indent << MAI.getCommentString() << ' ' << DIRECTIVE " " \
363 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
1856 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()1857 MAI.getCommentString().size()) == 0) in getInlineAsmLength()