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

Overridden By

lib/MC/MCAsmStreamer.cpp
  392 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) {

Declarations

include/llvm/MC/MCStreamer.h
  328   virtual void emitRawComment(const Twine &T, bool TabPrefix = true);

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  892       AP.OutStreamer->emitRawComment(OS.str());
  904   AP.OutStreamer->emitRawComment(OS.str());
  929   AP.OutStreamer->emitRawComment(OS.str());
 2973       OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":",
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  485     OutStreamer->emitRawComment(MAI->getInlineAsmStart());
  486     OutStreamer->emitRawComment(MAI->getInlineAsmEnd());
  492   OutStreamer->emitRawComment(MAI->getInlineAsmStart());
  566   OutStreamer->emitRawComment(MAI->getInlineAsmEnd());
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  114   void AddRawComment(const Twine &T) { OS->emitRawComment(T); }
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  351   OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false);
  352   OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false);
  353   OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false);
  355     OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false);
  356     OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR),
  359   OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false);
  360   OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()),
  480       OutStreamer->emitRawComment(" Function info:", false);
  492     OutStreamer->emitRawComment(" Kernel info:", false);
  502     OutStreamer->emitRawComment(
  504     OutStreamer->emitRawComment(
  506     OutStreamer->emitRawComment(
  510     OutStreamer->emitRawComment(
  512     OutStreamer->emitRawComment(
  515     OutStreamer->emitRawComment(
  518     OutStreamer->emitRawComment(
  522     OutStreamer->emitRawComment(
  526     OutStreamer->emitRawComment(
  529     OutStreamer->emitRawComment(
  532     OutStreamer->emitRawComment(
  535     OutStreamer->emitRawComment(
  538     OutStreamer->emitRawComment(
  541     OutStreamer->emitRawComment(
  544     OutStreamer->emitRawComment(
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
  291         OutStreamer->emitRawComment(Twine(" mask branch ") + BBStr);
  299         OutStreamer->emitRawComment(" return to shader part epilog");
  305         OutStreamer->emitRawComment(" wave barrier");
  311         OutStreamer->emitRawComment(" divergent unreachable");
lib/Target/AMDGPU/R600AsmPrinter.cpp
  126     OutStreamer->emitRawComment(
lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp
   33   OS.emitRawComment(" Declaring this symbol tells the CRT that it should");
   34   OS.emitRawComment("copy all variables from program memory to RAM on startup");
   37   OS.emitRawComment(" Declaring this symbol tells the CRT that it should");
   38   OS.emitRawComment("clear the zeroed data section on startup");
lib/Target/SystemZ/SystemZAsmPrinter.cpp
  471     OutStreamer->emitRawComment("MEMBARRIER");
lib/Target/X86/X86MCInstLower.cpp
 1848     OutStreamer->emitRawComment("MEMBARRIER");