HomeSort by: relevance | last modified time | path
    Searched refs:emitRawComment (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/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");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 373 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false);
374 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false);
375 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false);
377 OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false);
378 OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR),
381 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false);
382 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()),
517 OutStreamer->emitRawComment(" Function info:", false);
529 OutStreamer->emitRawComment(" Kernel info:", false);
539 OutStreamer->emitRawComment(
    [all...]
R600AsmPrinter.cpp 126 OutStreamer->emitRawComment(
AMDGPUMCInstLower.cpp 282 OutStreamer->emitRawComment(" return to shader part epilog");
288 OutStreamer->emitRawComment(" wave barrier");
294 OutStreamer->emitRawComment(" divergent unreachable");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 474 OutStreamer->emitRawComment(MAI->getInlineAsmStart());
475 OutStreamer->emitRawComment(MAI->getInlineAsmEnd());
480 // enabled, so we use emitRawComment.
481 OutStreamer->emitRawComment(MAI->getInlineAsmStart());
551 // enabled, so we use emitRawComment.
552 OutStreamer->emitRawComment(MAI->getInlineAsmEnd());
AsmPrinter.cpp 981 AP.OutStreamer->emitRawComment(OS.str());
1016 AP.OutStreamer->emitRawComment(OS.str());
1041 AP.OutStreamer->emitRawComment(OS.str());
3277 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":",
CodeViewDebug.cpp 101 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 213 void emitRawComment(const Twine &T) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp 136 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
437 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) {
MCStreamer.cpp 118 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCStreamer.h 351 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp 239 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" +
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 499 OutStreamer->emitRawComment("MEMBARRIER");
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MCInstLower.cpp 92 OS.emitRawComment("autopadding");
94 OS.emitRawComment("noautopadding");
2391 OutStreamer->emitRawComment("MEMBARRIER");

Completed in 87 milliseconds