Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp33 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp518 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 …]
H A DAMDGPUMCInstLower.cpp254 OutStreamer->emitRawComment(" return to shader part epilog"); in emitInstruction()
260 OutStreamer->emitRawComment(" wave barrier"); in emitInstruction()
266 OutStreamer->emitRawComment(" divergent unreachable"); in emitInstruction()
H A DR600AsmPrinter.cpp126 OutStreamer->emitRawComment( in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp475 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()
H A DAsmPrinter.cpp995 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()
H A DCodeViewDebug.cpp101 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h213 void emitRawComment(const Twine &T) { in emitRawComment() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h351 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp92 OS.emitRawComment("autopadding"); in changeAndComment()
94 OS.emitRawComment("noautopadding"); in changeAndComment()
2391 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp239 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp499 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp136 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
443 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
H A DMCStreamer.cpp118 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer