Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp373 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
374 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false); in emitCommonFunctionComments()
375 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false); in emitCommonFunctionComments()
377 OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false); in emitCommonFunctionComments()
378 OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR), in emitCommonFunctionComments()
381 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments()
382 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()
517 OutStreamer->emitRawComment(" Function info:", false); in runOnMachineFunction()
529 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction()
539 OutStreamer->emitRawComment( in runOnMachineFunction()
[all …]
H A DAMDGPUMCInstLower.cpp282 OutStreamer->emitRawComment(" return to shader part epilog"); in emitInstruction()
288 OutStreamer->emitRawComment(" wave barrier"); in emitInstruction()
294 OutStreamer->emitRawComment(" divergent unreachable"); in emitInstruction()
H A DR600AsmPrinter.cpp126 OutStreamer->emitRawComment( in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp474 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
475 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
481 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
552 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
H A DAsmPrinter.cpp981 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
1016 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
1041 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()
3277 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in emitBasicBlockStart()
H A DCodeViewDebug.cpp101 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h213 void emitRawComment(const Twine &T) { in emitRawComment() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h351 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp499 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp239 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp136 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
437 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