Home
last modified time | relevance | path

Searched refs:emitRawComment (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp34 OS.emitRawComment(" Declaring this symbol tells the CRT that it should"); in finish()
35 OS.emitRawComment("copy all variables from program memory to RAM on startup"); in finish()
38 OS.emitRawComment(" Declaring this symbol tells the CRT that it should"); in finish()
39 OS.emitRawComment("clear the zeroed data section on startup"); in finish()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp466 OutStreamer->emitRawComment( in runOnMachineFunction()
468 OutStreamer->emitRawComment( in runOnMachineFunction()
470 OutStreamer->emitRawComment( in runOnMachineFunction()
474 OutStreamer->emitRawComment( in runOnMachineFunction()
476 OutStreamer->emitRawComment( in runOnMachineFunction()
479 OutStreamer->emitRawComment( in runOnMachineFunction()
482 OutStreamer->emitRawComment( in runOnMachineFunction()
486 OutStreamer->emitRawComment( in runOnMachineFunction()
498 OutStreamer->emitRawComment( in runOnMachineFunction()
501 OutStreamer->emitRawComment( in runOnMachineFunction()
[all …]
H A DAMDGPUMCInstLower.cpp276 OutStreamer->emitRawComment(Twine(" mask branch ") + BBStr); in EmitInstruction()
284 OutStreamer->emitRawComment(" return to shader part epilog"); in EmitInstruction()
290 OutStreamer->emitRawComment(" wave barrier"); in EmitInstruction()
296 OutStreamer->emitRawComment(" divergent unreachable"); in EmitInstruction()
H A DR600AsmPrinter.cpp127 OutStreamer->emitRawComment( in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp486 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm()
487 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm()
493 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm()
574 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm()
H A DAsmPrinter.cpp913 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
925 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
949 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()
2924 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in EmitBasicBlockStart()
H A DCodeViewDebug.cpp634 OS.emitRawComment( in emitTypeInformation()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h323 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp430 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp125 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
375 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
H A DMCStreamer.cpp111 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1628 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()