Searched refs:emitRawComment (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRTargetStreamer.cpp | 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 373 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 D | AMDGPUMCInstLower.cpp | 282 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 D | R600AsmPrinter.cpp | 126 OutStreamer->emitRawComment( in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 474 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 D | AsmPrinter.cpp | 981 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 D | CodeViewDebug.cpp | 101 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 213 void emitRawComment(const Twine &T) { in emitRawComment() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 351 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 92 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 D | SystemZAsmPrinter.cpp | 499 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 239 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 136 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 D | MCStreamer.cpp | 118 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
|