Searched refs:emitRawComment (Results 1 – 14 of 14) sorted by relevance
33 OS.emitRawComment(" Declaring this symbol tells the CRT that it should"); in finish()34 OS.emitRawComment("copy all variables from program memory to RAM on startup"); in finish()37 OS.emitRawComment(" Declaring this symbol tells the CRT that it should"); in finish()38 OS.emitRawComment("clear the zeroed data section on startup"); in finish()
518 OutStreamer->emitRawComment( in runOnMachineFunction()520 OutStreamer->emitRawComment( in runOnMachineFunction()522 OutStreamer->emitRawComment( in runOnMachineFunction()526 OutStreamer->emitRawComment( in runOnMachineFunction()528 OutStreamer->emitRawComment( in runOnMachineFunction()531 OutStreamer->emitRawComment( in runOnMachineFunction()534 OutStreamer->emitRawComment( in runOnMachineFunction()543 OutStreamer->emitRawComment( in runOnMachineFunction()547 OutStreamer->emitRawComment( in runOnMachineFunction()550 OutStreamer->emitRawComment( in runOnMachineFunction()[all …]
254 OutStreamer->emitRawComment(" return to shader part epilog"); in emitInstruction()260 OutStreamer->emitRawComment(" wave barrier"); in emitInstruction()266 OutStreamer->emitRawComment(" divergent unreachable"); in emitInstruction()
126 OutStreamer->emitRawComment( in runOnMachineFunction()
475 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()476 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()482 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()553 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
995 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()1030 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()1055 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()1351 OutStreamer->emitRawComment("ARITH_FENCE"); in emitFunctionBody()3302 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in emitBasicBlockStart()
101 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
213 void emitRawComment(const Twine &T) { in emitRawComment() function
351 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
92 OS.emitRawComment("autopadding"); in changeAndComment()94 OS.emitRawComment("noautopadding"); in changeAndComment()2391 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()
239 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
499 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()
136 void emitRawComment(const Twine &T, bool TabPrefix = true) override;443 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
118 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer