Searched refs:getCommentString (Results 1 – 18 of 18) sorted by relevance
79 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
138 if (MAI.getCommentString()[0] == '@') in printSwitchToSection()
468 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()484 OS << MAI->getCommentString() << T; in emitRawComment()494 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()503 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()510 } else if (c.starts_with(StringRef(MAI->getCommentString()))) { in addExplicitComment()516 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()735 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in emitSymbolAttribute()1726 OS << MAI->getCommentString() << ' '; in emitDwarfLocDirective()1806 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in emitCVLocDirective()
59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
114 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@") && in AsmLexer()795 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()838 CurPtr += MAI.getCommentString().size() - 1; in LexToken()
402 if (getContext().getAsmInfo()->getCommentString().starts_with('@')) in maybeParseSectionType()719 !getContext().getAsmInfo()->getCommentString().starts_with("@")) in parseDirectiveType()
1643 if (MAI.getCommentString() == "@") in getGNUBinOpPrecedence()
128 FOS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) in EmitComment()
144 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
530 StringRef getCommentString() const { return CommentString; } in getCommentString() function
432 OS << MAI->getCommentString(); in PrintSpecial()
97 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()98 MAI.getCommentString().size()) == 0; in isAsmComment()
713 FOS << MAI.getCommentString() << ' ' << Comment; in emitPostInstructionInfo()2202 OS << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()2208 OS << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
7117 StringRef CommentBegin = MAI.getCommentString(); in emitComments()
1860 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()1861 MAI.getCommentString().size()) == 0) in getInlineAsmLength()
2128 KdStream << Indent << MAI.getCommentString() << ' ' << DIRECTIVE " " \
362 O << '\t' << MAI.getCommentString() << " SPACE " in printInst()
1258 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()