Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp567 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
569 OS.AddComment(Comment); in emitCSpecificHandlerTable()
593 AddComment("Number of call sites"); in emitCSpecificHandlerTable()
633 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
635 OS.AddComment(Comment); in emitSEHActionsForRange()
655 AddComment("LabelStart"); in emitSEHActionsForRange()
657 AddComment("LabelEnd"); in emitSEHActionsForRange()
659 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction" in emitSEHActionsForRange()
662 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler"); in emitSEHActionsForRange()
713 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local
[all …]
H A DAccelTable.cpp257 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(BucketIdx)); in emitHashes()
274 Asm->OutStreamer->AddComment("Offset in Bucket " + Twine(i)); in emitOffsets()
281 Asm->OutStreamer->AddComment("Header Magic"); in emit()
283 Asm->OutStreamer->AddComment("Header Version"); in emit()
285 Asm->OutStreamer->AddComment("Header Hash Function"); in emit()
287 Asm->OutStreamer->AddComment("Header Bucket Count"); in emit()
289 Asm->OutStreamer->AddComment("Header Hash Count"); in emit()
291 Asm->OutStreamer->AddComment("Header Data Length"); in emit()
296 Asm->OutStreamer->AddComment("HeaderData Die Offset Base"); in emit()
298 Asm->OutStreamer->AddComment("HeaderData Atom Count"); in emit()
[all …]
H A DErlangGCPrinter.cpp75 OS.AddComment("safe point count"); in finishAssembly()
81 OS.AddComment("safe point address"); in finishAssembly()
91 OS.AddComment("stack frame size (in words)"); in finishAssembly()
99 OS.AddComment("stack arity"); in finishAssembly()
103 OS.AddComment("live root count"); in finishAssembly()
111 OS.AddComment("stack index (offset / wordsize)"); in finishAssembly()
H A DEHStreamer.cpp601 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable()
602 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable()
611 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable()
613 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable()
723 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + in emitExceptionTable()
727 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable()
736 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable()
740 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable()
752 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable()
754 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable()
[all …]
H A DCodeViewDebug.cpp91 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anon1c0f18e50111::CVMCAdapter
568 OS.AddComment("Debug section magic"); in emitCodeViewMagicVersion()
705 OS.AddComment("File index to string table offset subsection"); in endModule()
709 OS.AddComment("String table"); in endModule()
781 OS.AddComment("Magic"); in emitTypeGlobalHashes()
783 OS.AddComment("Section Version"); in emitTypeGlobalHashes()
785 OS.AddComment("Hash Algorithm"); in emitTypeGlobalHashes()
796 OS.AddComment(Comment); in emitTypeGlobalHashes()
819 OS.AddComment("Signature"); in emitObjName()
822 OS.AddComment("Object name"); in emitObjName()
[all …]
H A DAsmPrinterDwarf.cpp92 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + in emitEncodingByte()
95 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val)); in emitEncodingByte()
248 OutStreamer->AddComment(Inst.getComment()); in emitCFIInstruction()
272 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + in emitDwarfDIE()
284 OutStreamer->AddComment(dwarf::AttributeString(Attr)); in emitDwarfDIE()
286 OutStreamer->AddComment( in emitDwarfDIE()
299 OutStreamer->AddComment("End Of Children Mark"); in emitDwarfDIE()
H A DARMException.cpp101 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<"); in emitTypeInfos()
108 Asm->OutStreamer->AddComment("TypeInfo " + Twine(Entry--)); in emitTypeInfos()
116 Asm->OutStreamer->AddComment(">> Filter TypeInfos <<"); in emitTypeInfos()
126 Asm->OutStreamer->AddComment("FilterInfo " + Twine(Entry)); in emitTypeInfos()
H A DAddressPool.cpp31 Asm.OutStreamer->AddComment("DWARF version number"); in emitHeader()
33 Asm.OutStreamer->AddComment("Address size"); in emitHeader()
35 Asm.OutStreamer->AddComment("Segment selector size"); in emitHeader()
H A DDwarfDebug.cpp2981 Asm->OutStreamer->AddComment("DWARF Version"); in emitDebugPubSection()
2984 Asm->OutStreamer->AddComment("Offset of Compilation Unit Info"); in emitDebugPubSection()
2987 Asm->OutStreamer->AddComment("Compilation Unit Length"); in emitDebugPubSection()
2998 Asm->OutStreamer->AddComment("DIE offset"); in emitDebugPubSection()
3003 Asm->OutStreamer->AddComment( in emitDebugPubSection()
3009 Asm->OutStreamer->AddComment("External Name"); in emitDebugPubSection()
3013 Asm->OutStreamer->AddComment("End Mark"); in emitDebugPubSection()
3202 Asm->OutStreamer->AddComment("Loc expr size"); in emitDebugLocEntryLocation()
3225 Asm->OutStreamer->AddComment("Offset entry count"); in emitRnglistsTableHeader()
3245 Asm->OutStreamer->AddComment("Offset entry count"); in emitLoclistsTableHeader()
[all …]
H A DByteStreamer.h46 AP.OutStreamer->AddComment(Comment); in emitInt8()
50 AP.OutStreamer->AddComment(Comment); in emitSLEB128()
55 AP.OutStreamer->AddComment(Comment); in emitULEB128()
H A DAsmPrinter.cpp556 OutStreamer->AddComment("Start of file scope inline assembly"); in doInitialization()
562 OutStreamer->AddComment("End of file scope inline assembly"); in doInitialization()
1050 OutStreamer->AddComment("Address taken block that was later removed"); in emitFunctionHeader()
1149 OutStreamer->AddComment(OS.str()); in emitImplicitDef()
1162 AP.OutStreamer->AddComment(Str); in emitKill()
1177 AP.OutStreamer->AddComment(OS.str()); in emitFakeUse()
1441 OutStreamer->AddComment("version"); in emitBBAddrMapSection()
1444 OutStreamer->AddComment("feature"); in emitBBAddrMapSection()
1449 OutStreamer->AddComment("number of basic block ranges"); in emitBBAddrMapSection()
1456 OutStreamer->AddComment("function address"); in emitBBAddrMapSection()
[all …]
H A DDwarfStringPool.cpp101 Asm.OutStreamer->AddComment("string offset=" + in emit()
H A DOcamlGCPrinter.cpp148 AP.OutStreamer->AddComment("live roots for " + in finishAssembly()
H A DDwarfUnit.cpp2068 Asm->OutStreamer->AddComment("DWARF version number"); in emitCommonHeader()
2074 Asm->OutStreamer->AddComment("DWARF Unit Type"); in emitCommonHeader()
2076 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader()
2083 Asm->OutStreamer->AddComment("Offset Into Abbrev. Section"); in emitCommonHeader()
2092 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader()
2105 Asm->OutStreamer->AddComment("Type Signature"); in emitHeader()
2107 Asm->OutStreamer->AddComment("Type DIE Offset"); in emitHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1137 OutStreamer->AddComment(Twine("Offset ") \ in emitADASection()
1323 OutStreamer->AddComment("PPA1 Flags 1"); in emitPPA1Flags()
1325 OutStreamer->AddComment(" Bit 0: 1 = 64-bit DSA"); in emitPPA1Flags()
1327 OutStreamer->AddComment(" Bit 0: 0 = 32-bit DSA"); in emitPPA1Flags()
1329 OutStreamer->AddComment(" Bit 7: 1 = Vararg function"); in emitPPA1Flags()
1332 OutStreamer->AddComment("PPA1 Flags 2"); in emitPPA1Flags()
1334 OutStreamer->AddComment(" Bit 0: 1 = External procedure"); in emitPPA1Flags()
1336 OutStreamer->AddComment(" Bit 3: 1 = STACKPROTECT is enabled"); in emitPPA1Flags()
1338 OutStreamer->AddComment(" Bit 3: 0 = STACKPROTECT is not enabled"); in emitPPA1Flags()
1341 OutStreamer->AddComment("PPA1 Flags 3"); in emitPPA1Flags()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp878 OutStreamer->AddComment("on-fault: " + HandlerLabel->getName()); in LowerFAULTING_OP()
1123 OutStreamer->AddComment("# XRay Custom Event Log"); in LowerPATCHABLE_EVENT_CALL()
1186 OutStreamer->AddComment("xray custom event end."); in LowerPATCHABLE_EVENT_CALL()
1221 OutStreamer->AddComment("# XRay Typed Event Log"); in LowerPATCHABLE_TYPED_EVENT_CALL()
1291 OutStreamer->AddComment("xray typed event end."); in LowerPATCHABLE_TYPED_EVENT_CALL()
1423 OutStreamer->AddComment("TAILCALL"); in LowerPATCHABLE_TAIL_CALL()
1643 OutStreamer.AddComment(CS.str()); in printZeroUpperMove()
1649 OutStreamer.AddComment(CS.str()); in printZeroUpperMove()
1666 OutStreamer.AddComment(CS.str()); in printBroadcast()
1692 OutStreamer.AddComment(CS.str()); in printExtend()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp51 OS.AddComment(std::string(BTFKindStr[Kind]) + "(id = " + std::to_string(Id) + in emitType()
54 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType()
192 OS.AddComment("0x" + Twine::utohexstr(IntVal)); in emitType()
270 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Lo32)); in emitType()
272 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Hi32)); in emitType()
385 OS.AddComment("0x" + Twine::utohexstr(Member.Offset)); in emitType()
1145 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader()
1182 OS.AddComment("string offset=" + std::to_string(StringOffset)); in emitBTFSection()
1233 OS.AddComment("FuncInfo"); in emitBTFExtSection()
1236 OS.AddComment("FuncInfo section string offset=" + in emitBTFExtSection()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h37 virtual void AddComment(const Twine &T) = 0;
242 Streamer->AddComment(TComment); in emitComment()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZHLASMAsmStreamer.h83 void AddComment(const Twine &T, bool EOL = true) override;
H A DSystemZHLASMAsmStreamer.cpp108 void SystemZHLASMAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in SystemZHLASMAsmStreamer
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp185 function_ref<void(raw_ostream &)> AddComment) const { in expandCode()
191 if (AddComment) in expandCode()
192 AddComment(OS); in expandCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp179 OutStreamer->AddComment("TAILCALL"); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp2038 OutStreamer->AddComment("trap"); in emitInstruction()
2046 OutStreamer->AddComment("trap"); in emitInstruction()
2055 OutStreamer->AddComment("trap"); in emitInstruction()
2075 OutStreamer->AddComment("eh_setjmp begin"); in emitInstruction()
2117 OutStreamer->AddComment("eh_setjmp end"); in emitInstruction()
2141 OutStreamer->AddComment("eh_setjmp begin"); in emitInstruction()
2179 OutStreamer->AddComment("eh_setjmp end"); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp49 S.AddComment("DWARF64 mark"); in emitListsTableHeaderStart()
52 S.AddComment("Length"); in emitListsTableHeaderStart()
56 S.AddComment("Version"); in emitListsTableHeaderStart()
58 S.AddComment("Address size"); in emitListsTableHeaderStart()
60 S.AddComment("Segment selector size"); in emitListsTableHeaderStart()
1128 MCOS->AddComment("Offset entry count"); in emitGenDwarfRanges()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1570 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()
1586 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()
2343 OutStreamer->AddComment("Traceback table begin"); in emitTracebackTable()
2351 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()
2571 OutStreamer->AddComment("Function size"); in emitTracebackTable()
2591 OutStreamer->AddComment("Function Name"); in emitTracebackTable()
2597 OutStreamer->AddComment("AllocaUsed"); in emitTracebackTable()
2681 OutStreamer->AddComment("EHInfo Table"); in emitTracebackTable()

12