Searched refs:getCommentString (Results 1 – 12 of 12) sorted by relevance
73 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
382 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()398 OS << MAI->getCommentString() << T; in emitRawComment()408 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()417 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()424 } else if (c.startswith(StringRef(MAI->getCommentString()))) { in addExplicitComment()430 ExplicitCommentToEmit.append(MAI->getCommentString()); in addExplicitComment()641 OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%'); in EmitSymbolAttribute()1331 OS << MAI->getCommentString() << ' ' << FileName << ':' in EmitDwarfLocDirective()1402 OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':' in EmitCVLocDirective()
126 if (MAI.getCommentString()[0] == '@') in PrintSwitchToSection()
58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
34 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()534 StringRef CommentString = MAI.getCommentString(); in isAtStartOfComment()
510 StringRef getCommentString() const { return CommentString; } in getCommentString() function
145 StringRef CommentBegin = MAI->getCommentString(); in emitComments()
608 OS << MAI->getCommentString(); in PrintSpecial()
72 return strncmp(Str, MAI.getCommentString().data(), in isAsmComment()73 MAI.getCommentString().size()) == 0; in isAsmComment()
280 O << '\t' << MAI.getCommentString() << " COMPILER BARRIER"; in printInst()286 O << '\t' << MAI.getCommentString() << " SPACE"; in printInst()
741 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: "; in PrintDebugValueComment()
1742 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()1743 MAI.getCommentString().size()) == 0) in getInlineAsmLength()