Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp253 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(BucketIdx)); in emitHashes()
270 Asm->OutStreamer->AddComment("Offset in Bucket " + Twine(i)); in emitOffsets()
277 Asm->OutStreamer->AddComment("Header Magic"); in emit()
279 Asm->OutStreamer->AddComment("Header Version"); in emit()
281 Asm->OutStreamer->AddComment("Header Hash Function"); in emit()
283 Asm->OutStreamer->AddComment("Header Bucket Count"); in emit()
285 Asm->OutStreamer->AddComment("Header Hash Count"); in emit()
287 Asm->OutStreamer->AddComment("Header Data Length"); in emit()
292 Asm->OutStreamer->AddComment("HeaderData Die Offset Base"); in emit()
294 Asm->OutStreamer->AddComment("HeaderData Atom Count"); in emit()
[all …]
H A DWinException.cpp565 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local
567 OS.AddComment(Comment); in emitCSpecificHandlerTable()
591 AddComment("Number of call sites"); in emitCSpecificHandlerTable()
631 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local
633 OS.AddComment(Comment); in emitSEHActionsForRange()
653 AddComment("LabelStart"); in emitSEHActionsForRange()
655 AddComment("LabelEnd"); in emitSEHActionsForRange()
657 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction" in emitSEHActionsForRange()
660 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler"); in emitSEHActionsForRange()
711 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local
[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.cpp603 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable()
604 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable()
613 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable()
615 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable()
725 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + in emitExceptionTable()
729 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable()
738 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable()
742 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable()
754 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable()
756 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable()
[all …]
H A DCodeViewDebug.cpp92 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anonb5bd25fc0111::CVMCAdapter
562 OS.AddComment("Debug section magic"); in emitCodeViewMagicVersion()
680 OS.AddComment("File index to string table offset subsection"); in endModule()
684 OS.AddComment("String table"); in endModule()
756 OS.AddComment("Magic"); in emitTypeGlobalHashes()
758 OS.AddComment("Section Version"); in emitTypeGlobalHashes()
760 OS.AddComment("Hash Algorithm"); in emitTypeGlobalHashes()
771 OS.AddComment(Comment); in emitTypeGlobalHashes()
795 OS.AddComment("Signature"); in emitObjName()
798 OS.AddComment("Object name"); in emitObjName()
[all …]
H A DAsmPrinterDwarf.cpp38 OutStreamer->AddComment(Desc); in emitSLEB128()
46 OutStreamer->AddComment(Desc); in emitULEB128()
115 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + in emitEncodingByte()
118 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val)); in emitEncodingByte()
267 OutStreamer->AddComment(Inst.getComment()); in emitCFIInstruction()
288 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + in emitDwarfDIE()
300 OutStreamer->AddComment(dwarf::AttributeString(Attr)); in emitDwarfDIE()
302 OutStreamer->AddComment( in emitDwarfDIE()
315 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.cpp2500 Asm->OutStreamer->AddComment("DWARF Version"); in emitDebugPubSection()
2503 Asm->OutStreamer->AddComment("Offset of Compilation Unit Info"); in emitDebugPubSection()
2506 Asm->OutStreamer->AddComment("Compilation Unit Length"); in emitDebugPubSection()
2514 Asm->OutStreamer->AddComment("DIE offset"); in emitDebugPubSection()
2519 Asm->OutStreamer->AddComment( in emitDebugPubSection()
2525 Asm->OutStreamer->AddComment("External Name"); in emitDebugPubSection()
2529 Asm->OutStreamer->AddComment("End Mark"); in emitDebugPubSection()
2719 Asm->OutStreamer->AddComment("Loc expr size"); in emitDebugLocEntryLocation()
2742 Asm->OutStreamer->AddComment("Offset entry count"); in emitRnglistsTableHeader()
2762 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.cpp486 OutStreamer->AddComment("Start of file scope inline assembly"); in doInitialization()
490 OutStreamer->AddComment("End of file scope inline assembly"); in doInitialization()
978 OutStreamer->AddComment("Address taken block that was later removed"); in emitFunctionHeader()
1098 OutStreamer->AddComment(OS.str()); in emitImplicitDef()
1111 AP.OutStreamer->AddComment(OS.str()); in emitKill()
1339 OutStreamer->AddComment("version"); in emitBBAddrMapSection()
1342 OutStreamer->AddComment("feature"); in emitBBAddrMapSection()
1344 OutStreamer->AddComment("function address"); in emitBBAddrMapSection()
1346 OutStreamer->AddComment("number of basic blocks"); in emitBBAddrMapSection()
1355 OutStreamer->AddComment("BB id"); in emitBBAddrMapSection()
[all …]
H A DDwarfStringPool.cpp104 Asm.OutStreamer->AddComment("string offset=" + in emit()
H A DOcamlGCPrinter.cpp148 AP.OutStreamer->AddComment("live roots for " + in finishAssembly()
H A DDwarfUnit.cpp1751 Asm->OutStreamer->AddComment("DWARF version number"); in emitCommonHeader()
1757 Asm->OutStreamer->AddComment("DWARF Unit Type"); in emitCommonHeader()
1759 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader()
1766 Asm->OutStreamer->AddComment("Offset Into Abbrev. Section"); in emitCommonHeader()
1775 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader()
1784 Asm->OutStreamer->AddComment("Type Signature"); in emitHeader()
1786 Asm->OutStreamer->AddComment("Type DIE Offset"); in emitHeader()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp933 OutStreamer->AddComment("PPA1 Flags 1"); in emitPPA1Flags()
935 OutStreamer->AddComment(" Bit 0: 1 = 64-bit DSA"); in emitPPA1Flags()
937 OutStreamer->AddComment(" Bit 0: 0 = 32-bit DSA"); in emitPPA1Flags()
939 OutStreamer->AddComment(" Bit 7: 1 = Vararg function"); in emitPPA1Flags()
942 OutStreamer->AddComment("PPA1 Flags 2"); in emitPPA1Flags()
944 OutStreamer->AddComment(" Bit 0: 1 = External procedure"); in emitPPA1Flags()
946 OutStreamer->AddComment(" Bit 3: 1 = STACKPROTECT is enabled"); in emitPPA1Flags()
948 OutStreamer->AddComment(" Bit 3: 0 = STACKPROTECT is not enabled"); in emitPPA1Flags()
951 OutStreamer->AddComment("PPA1 Flags 3"); in emitPPA1Flags()
953 OutStreamer->AddComment(" Bit 2: 1 = FP Reg Mask is in optional area"); in emitPPA1Flags()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp38 OS.AddComment(std::string(BTFKindStr[Kind]) + "(id = " + std::to_string(Id) + in emitType()
41 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType()
162 OS.AddComment("0x" + Twine::utohexstr(IntVal)); in emitType()
240 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Lo32)); in emitType()
242 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Hi32)); in emitType()
317 OS.AddComment("0x" + Twine::utohexstr(Member.Offset)); in emitType()
1025 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader()
1062 OS.AddComment("string offset=" + std::to_string(StringOffset)); in emitBTFSection()
1113 OS.AddComment("FuncInfo"); in emitBTFExtSection()
1116 OS.AddComment("FuncInfo section string offset=" + in emitBTFExtSection()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1329 OutStreamer->AddComment("on-fault: " + HandlerLabel->getName()); in LowerFAULTING_OP()
1586 OutStreamer->AddComment("# XRay Custom Event Log"); in LowerPATCHABLE_EVENT_CALL()
1647 OutStreamer->AddComment("xray custom event end."); in LowerPATCHABLE_EVENT_CALL()
1682 OutStreamer->AddComment("# XRay Typed Event Log"); in LowerPATCHABLE_TYPED_EVENT_CALL()
1750 OutStreamer->AddComment("xray typed event end."); in LowerPATCHABLE_TYPED_EVENT_CALL()
1858 OutStreamer->AddComment("TAILCALL"); in LowerPATCHABLE_TAIL_CALL()
2141 OutStreamer.AddComment(getShuffleComment(MI, SrcIdx, SrcIdx, Mask)); in addConstantComments()
2219 OutStreamer.AddComment(getShuffleComment(MI, SrcIdx, SrcIdx, Mask)); in addConstantComments()
2248 OutStreamer.AddComment(getShuffleComment(MI, 1, 2, Mask)); in addConstantComments()
2263 OutStreamer.AddComment(getShuffleComment(MI, 1, 2, Mask)); in addConstantComments()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h36 virtual void AddComment(const Twine &T) = 0;
240 Streamer->AddComment(TComment); in emitComment()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp95 OutStreamer->AddComment("TAILCALL"); in emitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp52 S.AddComment("DWARF64 mark"); in emitListsTableHeaderStart()
55 S.AddComment("Length"); in emitListsTableHeaderStart()
59 S.AddComment("Version"); in emitListsTableHeaderStart()
61 S.AddComment("Address size"); in emitListsTableHeaderStart()
63 S.AddComment("Segment selector size"); in emitListsTableHeaderStart()
1085 MCOS->AddComment("Offset entry count"); in emitGenDwarfRanges()
H A DMCAsmStreamer.cpp121 void AddComment(const Twine &T, bool EOL = true) override;
419 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer
2517 AddComment("Set address to " + Label->getName()); in emitDwarfAdvanceLineAddr()
2525 AddComment("Start sequence"); in emitDwarfAdvanceLineAddr()
2533 AddComment("End sequence"); in emitDwarfAdvanceLineAddr()
2541 AddComment("Advance line " + Twine(LineDelta)); in emitDwarfAdvanceLineAddr()
H A DMCStreamer.cpp1019 AddComment("DWARF64 Mark"); in maybeEmitDwarf64Mark()
1027 AddComment(Comment); in emitDwarfUnitLength()
1034 AddComment(Comment); in emitDwarfUnitLength()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1912 OutStreamer->AddComment("trap"); in emitInstruction()
1920 OutStreamer->AddComment("trap"); in emitInstruction()
1929 OutStreamer->AddComment("trap"); in emitInstruction()
1949 OutStreamer->AddComment("eh_setjmp begin"); in emitInstruction()
1991 OutStreamer->AddComment("eh_setjmp end"); in emitInstruction()
2015 OutStreamer->AddComment("eh_setjmp begin"); in emitInstruction()
2053 OutStreamer->AddComment("eh_setjmp end"); in emitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1435 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()
1451 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()
2065 OutStreamer->AddComment("Traceback table begin"); in emitTracebackTable()
2073 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()
2293 OutStreamer->AddComment("Function size"); in emitTracebackTable()
2313 OutStreamer->AddComment("Function Name"); in emitTracebackTable()
2319 OutStreamer->AddComment("AllocaUsed"); in emitTracebackTable()
2403 OutStreamer->AddComment("EHInfo Table"); in emitTracebackTable()
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst964 OS.AddComment("safe point count");
971 OS.AddComment("safe point address");
981 OS.AddComment("stack frame size (in words)");
988 OS.AddComment("stack arity");
992 OS.AddComment("live root count");
1000 OS.AddComment("stack index (offset / wordsize)");

12