Home
last modified time | relevance | path

Searched refs:AddComment (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp256 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(BucketIdx)); in emitHashes()
273 Asm->OutStreamer->AddComment("Offset in Bucket " + Twine(i)); in emitOffsets()
280 Asm->OutStreamer->AddComment("Header Magic"); in emit()
282 Asm->OutStreamer->AddComment("Header Version"); in emit()
284 Asm->OutStreamer->AddComment("Header Hash Function"); in emit()
286 Asm->OutStreamer->AddComment("Header Bucket Count"); in emit()
288 Asm->OutStreamer->AddComment("Header Hash Count"); in emit()
290 Asm->OutStreamer->AddComment("Header Data Length"); in emit()
295 Asm->OutStreamer->AddComment("HeaderData Die Offset Base"); in emit()
297 Asm->OutStreamer->AddComment("HeaderData Atom Count"); in emit()
[all …]
DWinException.cpp555 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
557 OS.AddComment(Comment); in emitCSpecificHandlerTable()
581 AddComment("Number of call sites"); in emitCSpecificHandlerTable()
621 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
623 OS.AddComment(Comment); in emitSEHActionsForRange()
643 AddComment("LabelStart"); in emitSEHActionsForRange()
645 AddComment("LabelEnd"); in emitSEHActionsForRange()
647 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction" in emitSEHActionsForRange()
650 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler"); in emitSEHActionsForRange()
696 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local
[all …]
DEHStreamer.cpp472 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable()
473 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable()
482 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable()
484 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable()
526 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + " <<"); in emitExceptionTable()
529 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable()
537 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable()
541 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable()
552 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable()
554 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable()
[all …]
DErlangGCPrinter.cpp78 OS.AddComment("safe point count"); in finishAssembly()
85 OS.AddComment("safe point address"); in finishAssembly()
95 OS.AddComment("stack frame size (in words)"); in finishAssembly()
103 OS.AddComment("stack arity"); in finishAssembly()
107 OS.AddComment("live root count"); in finishAssembly()
115 OS.AddComment("stack index (offset / wordsize)"); in finishAssembly()
DCodeViewDebug.cpp112 void AddComment(const Twine &T) { OS->AddComment(T); } in AddComment() function in __anona4ae13f10111::CVMCAdapter
553 OS.AddComment("Debug section magic"); in emitCodeViewMagicVersion()
602 OS.AddComment("File index to string table offset subsection"); in endModule()
606 OS.AddComment("String table"); in endModule()
678 OS.AddComment("Magic"); in emitTypeGlobalHashes()
680 OS.AddComment("Section Version"); in emitTypeGlobalHashes()
682 OS.AddComment("Hash Algorithm"); in emitTypeGlobalHashes()
693 OS.AddComment(Comment); in emitTypeGlobalHashes()
777 OS.AddComment("Flags and language"); in emitCompilerInformation()
780 OS.AddComment("CPUType"); in emitCompilerInformation()
[all …]
DAsmPrinterDwarf.cpp41 OutStreamer->AddComment(Desc); in EmitSLEB128()
48 OutStreamer->AddComment(Desc); in EmitULEB128()
111 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + in EmitEncodingByte()
114 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val)); in EmitEncodingByte()
255 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + in emitDwarfDIE()
267 OutStreamer->AddComment(dwarf::AttributeString(Attr)); in emitDwarfDIE()
269 OutStreamer->AddComment( in emitDwarfDIE()
282 OutStreamer->AddComment("End Of Children Mark"); in emitDwarfDIE()
DAddressPool.cpp32 Asm.OutStreamer->AddComment("Length of contribution"); in emitHeader()
36 Asm.OutStreamer->AddComment("DWARF version number"); in emitHeader()
38 Asm.OutStreamer->AddComment("Address size"); in emitHeader()
40 Asm.OutStreamer->AddComment("Segment selector size"); in emitHeader()
DARMException.cpp104 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<"); in emitTypeInfos()
111 Asm->OutStreamer->AddComment("TypeInfo " + Twine(Entry--)); in emitTypeInfos()
119 Asm->OutStreamer->AddComment(">> Filter TypeInfos <<"); in emitTypeInfos()
129 Asm->OutStreamer->AddComment("FilterInfo " + Twine(Entry)); in emitTypeInfos()
DByteStreamer.h44 AP.OutStreamer->AddComment(Comment); in EmitInt8()
48 AP.OutStreamer->AddComment(Comment); in EmitSLEB128()
52 AP.OutStreamer->AddComment(Comment); in EmitULEB128()
DDwarfDebug.cpp2123 Asm->OutStreamer->AddComment("Length of Public " + Name + " Info"); in emitDebugPubSection()
2130 Asm->OutStreamer->AddComment("DWARF Version"); in emitDebugPubSection()
2133 Asm->OutStreamer->AddComment("Offset of Compilation Unit Info"); in emitDebugPubSection()
2136 Asm->OutStreamer->AddComment("Compilation Unit Length"); in emitDebugPubSection()
2144 Asm->OutStreamer->AddComment("DIE offset"); in emitDebugPubSection()
2149 Asm->OutStreamer->AddComment( in emitDebugPubSection()
2155 Asm->OutStreamer->AddComment("External Name"); in emitDebugPubSection()
2159 Asm->OutStreamer->AddComment("End Mark"); in emitDebugPubSection()
2301 Asm->OutStreamer->AddComment("Loc expr size"); in emitDebugLocEntryLocation()
2322 Asm->OutStreamer->AddComment("Length"); in emitListsTableHeaderStart()
[all …]
DDwarfUnit.cpp1621 Asm->OutStreamer->AddComment("Length of Unit"); in emitCommonHeader()
1631 Asm->OutStreamer->AddComment("DWARF version number"); in emitCommonHeader()
1637 Asm->OutStreamer->AddComment("DWARF Unit Type"); in emitCommonHeader()
1639 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader()
1646 Asm->OutStreamer->AddComment("Offset Into Abbrev. Section"); in emitCommonHeader()
1655 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader()
1664 Asm->OutStreamer->AddComment("Type Signature"); in emitHeader()
1666 Asm->OutStreamer->AddComment("Type DIE Offset"); in emitHeader()
DDwarfStringPool.cpp106 Asm.OutStreamer->AddComment("string offset=" + in emit()
DAsmPrinter.cpp306 OutStreamer->AddComment("Start of file scope inline assembly"); in doInitialization()
310 OutStreamer->AddComment("End of file scope inline assembly"); in doInitialization()
745 OutStreamer->AddComment("Address taken block that was later removed"); in EmitFunctionHeader()
826 OutStreamer->AddComment(OS.str()); in emitImplicitDef()
840 AP.OutStreamer->AddComment(OS.str()); in emitKill()
1190 OutStreamer->AddComment("avoids zero-length function"); in EmitFunctionBody()
1202 OutStreamer->AddComment("Address of block that was removed by CodeGen"); in EmitFunctionBody()
2936 AP.OutStreamer->AddComment(" in Loop: Header=BB" + in emitBasicBlockLoopComments()
2984 OutStreamer->AddComment("Block address taken"); in EmitBasicBlockStart()
3018 OutStreamer->AddComment("Label of block must be emitted"); in EmitBasicBlockStart()
DOcamlGCPrinter.cpp153 AP.OutStreamer->AddComment("live roots for " + in finishAssembly()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp35 OS.AddComment(std::string(BTFKindStr[Kind]) + "(id = " + std::to_string(Id) + in emitType()
38 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType()
150 OS.AddComment("0x" + Twine::utohexstr(IntVal)); in emitType()
257 OS.AddComment("0x" + Twine::utohexstr(Member.Offset)); in emitType()
713 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader()
748 OS.AddComment("string offset=" + std::to_string(StringOffset)); in emitBTFSection()
797 OS.AddComment("FuncInfo"); in emitBTFExtSection()
800 OS.AddComment("FuncInfo section string offset=" + in emitBTFExtSection()
811 OS.AddComment("LineInfo"); in emitBTFExtSection()
814 OS.AddComment("LineInfo section string offset=" + in emitBTFExtSection()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1282 OutStreamer->AddComment("on-fault: " + HandlerLabel->getName()); in LowerFAULTING_OP()
1444 OutStreamer->AddComment("# XRay Custom Event Log"); in LowerPATCHABLE_EVENT_CALL()
1505 OutStreamer->AddComment("xray custom event end."); in LowerPATCHABLE_EVENT_CALL()
1540 OutStreamer->AddComment("# XRay Typed Event Log"); in LowerPATCHABLE_TYPED_EVENT_CALL()
1608 OutStreamer->AddComment("xray typed event end."); in LowerPATCHABLE_TYPED_EVENT_CALL()
1716 OutStreamer->AddComment("TAILCALL"); in LowerPATCHABLE_TAIL_CALL()
1973 OutStreamer->AddComment("EVEX TO VEX Compression ", false); in EmitInstruction()
1989 OutStreamer->AddComment(StringRef("eh_return, addr: %") + in EmitInstruction()
1995 OutStreamer->AddComment("CLEANUPRET"); in EmitInstruction()
2001 OutStreamer->AddComment("CATCHRET"); in EmitInstruction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h35 virtual void AddComment(const Twine &T) = 0;
239 Streamer->AddComment(TComment); in emitComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1819 OutStreamer->AddComment("trap"); in EmitInstruction()
1827 OutStreamer->AddComment("trap"); in EmitInstruction()
1836 OutStreamer->AddComment("trap"); in EmitInstruction()
1856 OutStreamer->AddComment("eh_setjmp begin"); in EmitInstruction()
1898 OutStreamer->AddComment("eh_setjmp end"); in EmitInstruction()
1922 OutStreamer->AddComment("eh_setjmp begin"); in EmitInstruction()
1960 OutStreamer->AddComment("eh_setjmp end"); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp512 OutStreamer->AddComment(Twine("implicit-def: ") + in emitImplicitDef()
516 OutStreamer->AddComment(Twine("implicit-def: ") + in emitImplicitDef()
799 OutStreamer->AddComment("Start of file scope inline assembly"); in doInitialization()
803 OutStreamer->AddComment("End of file scope inline assembly"); in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp349 OutStreamer->AddComment("fallthrough-return"); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h328 virtual void AddComment(const Twine &T, bool EOL = true) {}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp356 OS.AddComment( in emitLineTableForFunction()
DMCAsmStreamer.cpp111 void AddComment(const Twine &T, bool EOL = true) override;
359 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1136 OutStreamer->AddComment(PPCInstPrinter:: in EmitInstruction()
1152 OutStreamer->AddComment(PPCInstPrinter:: in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1041 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " + in EmitFPCallStub()