Searched refs:emitRawComment (Results 1 – 13 of 13) sorted by relevance
542 OutStreamer->emitRawComment( in runOnMachineFunction()544 OutStreamer->emitRawComment( in runOnMachineFunction()546 OutStreamer->emitRawComment( in runOnMachineFunction()550 OutStreamer->emitRawComment( in runOnMachineFunction()552 OutStreamer->emitRawComment( in runOnMachineFunction()555 OutStreamer->emitRawComment( in runOnMachineFunction()558 OutStreamer->emitRawComment( in runOnMachineFunction()563 OutStreamer->emitRawComment( in runOnMachineFunction()567 OutStreamer->emitRawComment( in runOnMachineFunction()571 OutStreamer->emitRawComment( in runOnMachineFunction()[all …]
217 OutStreamer->emitRawComment(" return to shader part epilog"); in emitInstruction()223 OutStreamer->emitRawComment(" wave barrier"); in emitInstruction()232 OutStreamer->emitRawComment(" sched_barrier mask(" + HexString + ")"); in emitInstruction()242 OutStreamer->emitRawComment( in emitInstruction()255 OutStreamer->emitRawComment(" iglp_opt mask(" + HexString + ")"); in emitInstruction()262 OutStreamer->emitRawComment(" divergent unreachable"); in emitInstruction()268 OutStreamer->emitRawComment(" meta instruction"); in emitInstruction()
126 OutStreamer->emitRawComment( in runOnMachineFunction()
218 OutStreamer->emitRawComment( in emitXXStructor()221 OutStreamer->emitRawComment(" This matches GCC's behavior"); in emitXXStructor()268 OutStreamer->emitRawComment( in doFinalization()270 OutStreamer->emitRawComment( in doFinalization()276 OutStreamer->emitRawComment( in doFinalization()278 OutStreamer->emitRawComment("clear the zeroed data section on startup"); in doFinalization()
340 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()341 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()347 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()422 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
1264 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()1289 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()1801 OutStreamer->emitRawComment("ARITH_FENCE"); in emitFunctionBody()1804 OutStreamer->emitRawComment("MEMBARRIER"); in emitFunctionBody()4000 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in emitBasicBlockStart()
95 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
213 void emitRawComment(const Twine &T) { in emitRawComment() function
370 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
259 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
97 OS.emitRawComment("autopadding"); in changeAndComment()99 OS.emitRawComment("noautopadding"); in changeAndComment()
136 void emitRawComment(const Twine &T, bool TabPrefix = true) override;462 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
121 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer