reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  582     OS << MAI->getCommentString();
lib/CodeGen/TargetInstrInfo.cpp
   71   return strncmp(Str, MAI.getCommentString().data(),
   72                  MAI.getCommentString().size()) == 0;
lib/MC/MCAsmStreamer.cpp
  379     OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n';
  395   OS << MAI->getCommentString() << T;
  405     ExplicitCommentToEmit.append(MAI->getCommentString());
  414       ExplicitCommentToEmit.append(MAI->getCommentString());
  421   } else if (c.startswith(StringRef(MAI->getCommentString()))) {
  427     ExplicitCommentToEmit.append(MAI->getCommentString());
  638     OS << ',' << ((MAI->getCommentString()[0] != '@') ? '@' : '%');
 1326     OS << MAI->getCommentString() << ' ' << FileName << ':'
 1397     OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':'
lib/MC/MCDisassembler/Disassembler.cpp
  145   StringRef CommentBegin = MAI->getCommentString();
lib/MC/MCInstPrinter.cpp
   56       OS << " " << MAI.getCommentString() << " " << Annot;
lib/MC/MCParser/AsmLexer.cpp
   34   AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@");
  534   StringRef CommentString = MAI.getCommentString();
lib/MC/MCSectionELF.cpp
  126   if (MAI.getCommentString()[0] == '@')
lib/MC/MCSectionWasm.cpp
   73   if (MAI.getCommentString()[0] == '@')
lib/Target/AArch64/AArch64AsmPrinter.cpp
  670   OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: ";
lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
  280     O << '\t' << MAI.getCommentString() << " COMPILER BARRIER";
lib/Target/Hexagon/HexagonInstrInfo.cpp
 1740     if (atInsnStart && strncmp(Str, MAI.getCommentString().data(),
 1741                                MAI.getCommentString().size()) == 0)
tools/llvm-objdump/MachODump.cpp
 7163   StringRef CommentBegin = MAI.getCommentString();