/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 565 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 D | AccelTable.cpp | 258 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(BucketIdx)); in emitHashes() 275 Asm->OutStreamer->AddComment("Offset in Bucket " + Twine(i)); in emitOffsets() 282 Asm->OutStreamer->AddComment("Header Magic"); in emit() 284 Asm->OutStreamer->AddComment("Header Version"); in emit() 286 Asm->OutStreamer->AddComment("Header Hash Function"); in emit() 288 Asm->OutStreamer->AddComment("Header Bucket Count"); in emit() 290 Asm->OutStreamer->AddComment("Header Hash Count"); in emit() 292 Asm->OutStreamer->AddComment("Header Data Length"); in emit() 297 Asm->OutStreamer->AddComment("HeaderData Die Offset Base"); in emit() 299 Asm->OutStreamer->AddComment("HeaderData Atom Count"); in emit() [all …]
|
H A D | ErlangGCPrinter.cpp | 75 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 D | EHStreamer.cpp | 602 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable() 603 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable() 612 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable() 614 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable() 724 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + in emitExceptionTable() 728 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable() 737 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable() 741 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable() 753 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable() 755 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable() [all …]
|
H A D | CodeViewDebug.cpp | 93 void AddComment(const Twine &T) override { OS->AddComment(T); } 566 OS.AddComment("Debug section magic"); in MapDWLangToCVLang() 687 OS.AddComment("File index to string table offset subsection"); in endModule() 691 OS.AddComment("String table"); in endModule() 763 OS.AddComment("Magic"); in emitTypeGlobalHashes() 765 OS.AddComment("Section Version"); in emitTypeGlobalHashes() 767 OS.AddComment("Hash Algorithm"); in emitTypeGlobalHashes() 778 OS.AddComment(Comment); in emitTypeGlobalHashes() 801 OS.AddComment("Signatur in emitObjName() 92 void AddComment(const Twine &T) override { OS->AddComment(T); } AddComment() function in __anon1c0f18e50111::CVMCAdapter [all...] |
H A D | AsmPrinterDwarf.cpp | 93 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + in emitEncodingByte() 96 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val)); in emitEncodingByte() 246 OutStreamer->AddComment(Inst.getComment()); in emitCFIInstruction() 267 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + in emitDwarfDIE() 279 OutStreamer->AddComment(dwarf::AttributeString(Attr)); in emitDwarfDIE() 281 OutStreamer->AddComment( in emitDwarfDIE() 294 OutStreamer->AddComment("End Of Children Mark"); in emitDwarfDIE()
|
H A D | ARMException.cpp | 101 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 D | AddressPool.cpp | 32 Asm.OutStreamer->AddComment("DWARF version number"); in emitHeader() 34 Asm.OutStreamer->AddComment("Address size"); in emitHeader() 36 Asm.OutStreamer->AddComment("Segment selector size"); in emitHeader()
|
H A D | DwarfDebug.cpp | 2543 Asm->OutStreamer->AddComment("DWARF Version"); in emitDebugPubSection() 2546 Asm->OutStreamer->AddComment("Offset of Compilation Unit Info"); in emitDebugPubSection() 2549 Asm->OutStreamer->AddComment("Compilation Unit Length"); in emitDebugPubSection() 2560 Asm->OutStreamer->AddComment("DIE offset"); in emitDebugPubSection() 2565 Asm->OutStreamer->AddComment( in emitDebugPubSection() 2571 Asm->OutStreamer->AddComment("External Name"); in emitDebugPubSection() 2575 Asm->OutStreamer->AddComment("End Mark"); in emitDebugPubSection() 2764 Asm->OutStreamer->AddComment("Loc expr size"); in emitDebugLocEntryLocation() 2787 Asm->OutStreamer->AddComment("Offset entry count"); in emitRnglistsTableHeader() 2807 Asm->OutStreamer->AddComment("Offset entry count"); in emitLoclistsTableHeader() [all …]
|
H A D | ByteStreamer.h | 46 AP.OutStreamer->AddComment(Comment); in emitInt8() 50 AP.OutStreamer->AddComment(Comment); in emitSLEB128() 55 AP.OutStreamer->AddComment(Comment); in emitULEB128()
|
H A D | AsmPrinter.cpp | 529 OutStreamer->AddComment("Start of file scope inline assembly"); in doInitialization() 535 OutStreamer->AddComment("End of file scope inline assembly"); in doInitialization() 1022 OutStreamer->AddComment("Address taken block that was later removed"); in emitFunctionHeader() 1118 OutStreamer->AddComment(OS.str()); in emitImplicitDef() 1131 AP.OutStreamer->AddComment(Str); in emitKill() 1365 OutStreamer->AddComment("version"); in emitBBAddrMapSection() 1368 OutStreamer->AddComment("feature"); in emitBBAddrMapSection() 1373 OutStreamer->AddComment("number of basic block ranges"); in emitBBAddrMapSection() 1380 OutStreamer->AddComment("function address"); in emitBBAddrMapSection() 1382 OutStreamer->AddComment("number of basic blocks"); in emitBBAddrMapSection() [all …]
|
H A D | DwarfStringPool.cpp | 104 Asm.OutStreamer->AddComment("string offset=" + in emit()
|
H A D | OcamlGCPrinter.cpp | 148 AP.OutStreamer->AddComment("live roots for " + in finishAssembly()
|
H A D | DwarfUnit.cpp | 1793 Asm->OutStreamer->AddComment("DWARF version number"); in emitCommonHeader() 1799 Asm->OutStreamer->AddComment("DWARF Unit Type"); in emitCommonHeader() 1801 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader() 1808 Asm->OutStreamer->AddComment("Offset Into Abbrev. Section"); in emitCommonHeader() 1817 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader() 1830 Asm->OutStreamer->AddComment("Type Signature"); in emitHeader() 1832 Asm->OutStreamer->AddComment("Type DIE Offset"); in emitHeader()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 999 OutStreamer->AddComment(Twine("Offset ") \ in emitADASection() 1188 OutStreamer->AddComment("PPA1 Flags 1"); in emitPPA1Flags() 1190 OutStreamer->AddComment(" Bit 0: 1 = 64-bit DSA"); in emitPPA1Flags() 1192 OutStreamer->AddComment(" Bit 0: 0 = 32-bit DSA"); in emitPPA1Flags() 1194 OutStreamer->AddComment(" Bit 7: 1 = Vararg function"); in emitPPA1Flags() 1197 OutStreamer->AddComment("PPA1 Flags 2"); in emitPPA1Flags() 1199 OutStreamer->AddComment(" Bit 0: 1 = External procedure"); in emitPPA1Flags() 1201 OutStreamer->AddComment(" Bit 3: 1 = STACKPROTECT is enabled"); in emitPPA1Flags() 1203 OutStreamer->AddComment(" Bit 3: 0 = STACKPROTECT is not enabled"); in emitPPA1Flags() 1206 OutStreamer->AddComment("PPA1 Flags 3"); in emitPPA1Flags() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 881 OutStreamer->AddComment("on-fault: " + HandlerLabel->getName()); in LowerFAULTING_OP() 1128 OutStreamer->AddComment("# XRay Custom Event Log"); in LowerPATCHABLE_EVENT_CALL() 1191 OutStreamer->AddComment("xray custom event end."); in LowerPATCHABLE_EVENT_CALL() 1226 OutStreamer->AddComment("# XRay Typed Event Log"); in LowerPATCHABLE_TYPED_EVENT_CALL() 1296 OutStreamer->AddComment("xray typed event end."); in LowerPATCHABLE_TYPED_EVENT_CALL() 1428 OutStreamer->AddComment("TAILCALL"); in LowerPATCHABLE_TAIL_CALL() 1629 OutStreamer.AddComment(CS.str()); in printZeroUpperMove() 1635 OutStreamer.AddComment(CS.str()); in printZeroUpperMove() 1652 OutStreamer.AddComment(CS.str()); in printBroadcast() 1678 OutStreamer.AddComment(CS.str()); in printExtend() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 40 OS.AddComment(std::string(BTFKindStr[Kind]) + "(id = " + std::to_string(Id) + in emitType() 43 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType() 164 OS.AddComment("0x" + Twine::utohexstr(IntVal)); in emitType() 242 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Lo32)); in emitType() 244 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Hi32)); in emitType() 319 OS.AddComment("0x" + Twine::utohexstr(Member.Offset)); in emitType() 1026 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader() 1063 OS.AddComment("string offset=" + std::to_string(StringOffset)); in emitBTFSection() 1114 OS.AddComment("FuncInfo"); in emitBTFExtSection() 1117 OS.AddComment("FuncInfo section string offset=" + in emitBTFExtSection() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 36 virtual void AddComment(const Twine &T) = 0; 240 Streamer->AddComment(TComment); in emitComment()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.cpp | 147 function_ref<void(raw_ostream &)> AddComment) const { in expandCode() 153 if (AddComment) in expandCode() 154 AddComment(OS); in expandCode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kAsmPrinter.cpp | 179 OutStreamer->AddComment("TAILCALL"); in emitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 53 S.AddComment("DWARF64 mark"); in emitListsTableHeaderStart() 56 S.AddComment("Length"); in emitListsTableHeaderStart() 60 S.AddComment("Version"); in emitListsTableHeaderStart() 62 S.AddComment("Address size"); in emitListsTableHeaderStart() 64 S.AddComment("Segment selector size"); in emitListsTableHeaderStart() 1093 MCOS->AddComment("Offset entry count"); in emitGenDwarfRanges()
|
H A D | MCAsmStreamer.cpp | 138 void AddComment(const Twine &T, bool EOL = true) override; 443 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer 2614 AddComment("Set address to " + Label->getName()); in emitDwarfAdvanceLineAddr() 2622 AddComment("Start sequence"); in emitDwarfAdvanceLineAddr() 2630 AddComment("End sequence"); in emitDwarfAdvanceLineAddr() 2638 AddComment("Advance line " + Twine(LineDelta)); in emitDwarfAdvanceLineAddr()
|
H A D | MCStreamer.cpp | 1024 AddComment("DWARF64 Mark"); in maybeEmitDwarf64Mark() 1032 AddComment(Comment); in emitDwarfUnitLength() 1039 AddComment(Comment); in emitDwarfUnitLength()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 2004 OutStreamer->AddComment("trap"); in emitInstruction() 2012 OutStreamer->AddComment("trap"); in emitInstruction() 2021 OutStreamer->AddComment("trap"); in emitInstruction() 2041 OutStreamer->AddComment("eh_setjmp begin"); in emitInstruction() 2083 OutStreamer->AddComment("eh_setjmp end"); in emitInstruction() 2107 OutStreamer->AddComment("eh_setjmp begin"); in emitInstruction() 2145 OutStreamer->AddComment("eh_setjmp end"); in emitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 1591 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction() 1607 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction() 2363 OutStreamer->AddComment("Traceback table begin"); in emitTracebackTable() 2371 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable() 2592 OutStreamer->AddComment("Function size"); in emitTracebackTable() 2612 OutStreamer->AddComment("Function Name"); in emitTracebackTable() 2618 OutStreamer->AddComment("AllocaUsed"); in emitTracebackTable() 2702 OutStreamer->AddComment("EHInfo Table"); in emitTracebackTable()
|