| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | WinException.cpp | 576 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local 578 OS.AddComment(Comment); in emitCSpecificHandlerTable() 602 AddComment("Number of call sites"); in emitCSpecificHandlerTable() 642 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local 644 OS.AddComment(Comment); in emitSEHActionsForRange() 664 AddComment("LabelStart"); in emitSEHActionsForRange() 666 AddComment("LabelEnd"); in emitSEHActionsForRange() 668 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction" in emitSEHActionsForRange() 671 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler"); in emitSEHActionsForRange() 717 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local [all …]
|
| D | AccelTable.cpp | 254 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(BucketIdx)); in emitHashes() 271 Asm->OutStreamer->AddComment("Offset in Bucket " + Twine(i)); in emitOffsets() 278 Asm->OutStreamer->AddComment("Header Magic"); in emit() 280 Asm->OutStreamer->AddComment("Header Version"); in emit() 282 Asm->OutStreamer->AddComment("Header Hash Function"); in emit() 284 Asm->OutStreamer->AddComment("Header Bucket Count"); in emit() 286 Asm->OutStreamer->AddComment("Header Hash Count"); in emit() 288 Asm->OutStreamer->AddComment("Header Data Length"); in emit() 293 Asm->OutStreamer->AddComment("HeaderData Die Offset Base"); in emit() 295 Asm->OutStreamer->AddComment("HeaderData Atom Count"); in emit() [all …]
|
| D | ErlangGCPrinter.cpp | 77 OS.AddComment("safe point count"); in finishAssembly() 83 OS.AddComment("safe point address"); in finishAssembly() 93 OS.AddComment("stack frame size (in words)"); in finishAssembly() 101 OS.AddComment("stack arity"); in finishAssembly() 105 OS.AddComment("live root count"); in finishAssembly() 113 OS.AddComment("stack index (offset / wordsize)"); in finishAssembly()
|
| D | EHStreamer.cpp | 594 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable() 595 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable() 604 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable() 606 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable() 715 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + in emitExceptionTable() 719 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable() 728 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable() 732 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable() 744 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable() 746 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable() [all …]
|
| D | CodeViewDebug.cpp | 99 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anon2a7438fd0111::CVMCAdapter 560 OS.AddComment("Debug section magic"); in emitCodeViewMagicVersion() 633 OS.AddComment("File index to string table offset subsection"); in endModule() 637 OS.AddComment("String table"); in endModule() 709 OS.AddComment("Magic"); in emitTypeGlobalHashes() 711 OS.AddComment("Section Version"); in emitTypeGlobalHashes() 713 OS.AddComment("Hash Algorithm"); in emitTypeGlobalHashes() 724 OS.AddComment(Comment); in emitTypeGlobalHashes() 811 OS.AddComment("Flags and language"); in emitCompilerInformation() 814 OS.AddComment("CPUType"); in emitCompilerInformation() [all …]
|
| D | AsmPrinterDwarf.cpp | 42 OutStreamer->AddComment(Desc); in emitSLEB128() 50 OutStreamer->AddComment(Desc); in emitULEB128() 119 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + in emitEncodingByte() 122 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val)); in emitEncodingByte() 271 OutStreamer->AddComment(Inst.getComment()); in emitCFIInstruction() 286 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + in emitDwarfDIE() 298 OutStreamer->AddComment(dwarf::AttributeString(Attr)); in emitDwarfDIE() 300 OutStreamer->AddComment( in emitDwarfDIE() 313 OutStreamer->AddComment("End Of Children Mark"); in emitDwarfDIE()
|
| D | ARMException.cpp | 104 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()
|
| D | AddressPool.cpp | 31 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()
|
| D | DwarfDebug.cpp | 2442 Asm->OutStreamer->AddComment("DWARF Version"); in emitDebugPubSection() 2445 Asm->OutStreamer->AddComment("Offset of Compilation Unit Info"); in emitDebugPubSection() 2448 Asm->OutStreamer->AddComment("Compilation Unit Length"); in emitDebugPubSection() 2456 Asm->OutStreamer->AddComment("DIE offset"); in emitDebugPubSection() 2461 Asm->OutStreamer->AddComment( in emitDebugPubSection() 2467 Asm->OutStreamer->AddComment("External Name"); in emitDebugPubSection() 2471 Asm->OutStreamer->AddComment("End Mark"); in emitDebugPubSection() 2663 Asm->OutStreamer->AddComment("Loc expr size"); in emitDebugLocEntryLocation() 2686 Asm->OutStreamer->AddComment("Offset entry count"); in emitRnglistsTableHeader() 2706 Asm->OutStreamer->AddComment("Offset entry count"); in emitLoclistsTableHeader() [all …]
|
| D | ByteStreamer.h | 45 AP.OutStreamer->AddComment(Comment); in emitInt8() 49 AP.OutStreamer->AddComment(Comment); in emitSLEB128() 54 AP.OutStreamer->AddComment(Comment); in emitULEB128()
|
| D | DwarfStringPool.cpp | 104 Asm.OutStreamer->AddComment("string offset=" + in emit()
|
| D | OcamlGCPrinter.cpp | 154 AP.OutStreamer->AddComment("live roots for " + in finishAssembly()
|
| D | DwarfUnit.cpp | 1718 Asm->OutStreamer->AddComment("DWARF version number"); in emitCommonHeader() 1724 Asm->OutStreamer->AddComment("DWARF Unit Type"); in emitCommonHeader() 1726 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader() 1733 Asm->OutStreamer->AddComment("Offset Into Abbrev. Section"); in emitCommonHeader() 1742 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader() 1751 Asm->OutStreamer->AddComment("Type Signature"); in emitHeader() 1753 Asm->OutStreamer->AddComment("Type DIE Offset"); in emitHeader()
|
| D | AsmPrinter.cpp | 335 OutStreamer->AddComment("Start of file scope inline assembly"); in doInitialization() 339 OutStreamer->AddComment("End of file scope inline assembly"); in doInitialization() 820 OutStreamer->AddComment("Address taken block that was later removed"); in emitFunctionHeader() 912 OutStreamer->AddComment(OS.str()); in emitImplicitDef() 926 AP.OutStreamer->AddComment(OS.str()); in emitKill() 1456 OutStreamer->AddComment("avoids zero-length function"); in emitFunctionBody() 1471 OutStreamer->AddComment("Address of block that was removed by CodeGen"); in emitFunctionBody() 3213 AP.OutStreamer->AddComment(" in Loop: Header=BB" + in emitBasicBlockLoopComments() 3271 OutStreamer->AddComment("Block address taken"); in emitBasicBlockStart() 3297 OutStreamer->AddComment("Label of block must be emitted"); in emitBasicBlockStart()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| D | BTFDebug.cpp | 36 OS.AddComment(std::string(BTFKindStr[Kind]) + "(id = " + std::to_string(Id) + in emitType() 39 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType() 151 OS.AddComment("0x" + Twine::utohexstr(IntVal)); in emitType() 263 OS.AddComment("0x" + Twine::utohexstr(Member.Offset)); in emitType() 774 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader() 809 OS.AddComment("string offset=" + std::to_string(StringOffset)); in emitBTFSection() 858 OS.AddComment("FuncInfo"); in emitBTFExtSection() 861 OS.AddComment("FuncInfo section string offset=" + in emitBTFExtSection() 872 OS.AddComment("LineInfo"); in emitBTFExtSection() 875 OS.AddComment("LineInfo section string offset=" + in emitBTFExtSection() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86MCInstLower.cpp | 1309 OutStreamer->AddComment("on-fault: " + HandlerLabel->getName()); in LowerFAULTING_OP() 1479 OutStreamer->AddComment("# XRay Custom Event Log"); in LowerPATCHABLE_EVENT_CALL() 1540 OutStreamer->AddComment("xray custom event end."); in LowerPATCHABLE_EVENT_CALL() 1575 OutStreamer->AddComment("# XRay Typed Event Log"); in LowerPATCHABLE_TYPED_EVENT_CALL() 1643 OutStreamer->AddComment("xray typed event end."); in LowerPATCHABLE_TYPED_EVENT_CALL() 1751 OutStreamer->AddComment("TAILCALL"); in LowerPATCHABLE_TAIL_CALL() 2034 OutStreamer.AddComment(getShuffleComment(MI, SrcIdx, SrcIdx, Mask)); in addConstantComments() 2112 OutStreamer.AddComment(getShuffleComment(MI, SrcIdx, SrcIdx, Mask)); in addConstantComments() 2141 OutStreamer.AddComment(getShuffleComment(MI, 1, 2, Mask)); in addConstantComments() 2156 OutStreamer.AddComment(getShuffleComment(MI, 1, 2, Mask)); in addConstantComments() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CodeViewRecordIO.h | 36 virtual void AddComment(const Twine &T) = 0; 240 Streamer->AddComment(TComment); in emitComment()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kAsmPrinter.cpp | 92 OutStreamer->AddComment("TAILCALL"); in emitInstruction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMAsmPrinter.cpp | 1863 OutStreamer->AddComment("trap"); in emitInstruction() 1871 OutStreamer->AddComment("trap"); in emitInstruction() 1880 OutStreamer->AddComment("trap"); in emitInstruction() 1900 OutStreamer->AddComment("eh_setjmp begin"); in emitInstruction() 1942 OutStreamer->AddComment("eh_setjmp end"); in emitInstruction() 1966 OutStreamer->AddComment("eh_setjmp begin"); in emitInstruction() 2004 OutStreamer->AddComment("eh_setjmp end"); in emitInstruction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| 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() 1058 MCOS->AddComment("Offset entry count"); in emitGenDwarfRanges()
|
| D | MCAsmStreamer.cpp | 122 void AddComment(const Twine &T, bool EOL = true) override; 407 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer 2438 AddComment("Set address to " + Label->getName()); in emitDwarfAdvanceLineAddr() 2446 AddComment("Start sequence"); in emitDwarfAdvanceLineAddr() 2454 AddComment("End sequence"); in emitDwarfAdvanceLineAddr() 2462 AddComment("Advance line " + Twine(LineDelta)); in emitDwarfAdvanceLineAddr()
|
| D | MCStreamer.cpp | 1008 AddComment("DWARF64 Mark"); in maybeEmitDwarf64Mark() 1016 AddComment(Comment); in emitDwarfUnitLength() 1023 AddComment(Comment); in emitDwarfUnitLength()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCAsmPrinter.cpp | 1335 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction() 1351 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction() 1941 OutStreamer->AddComment("Traceback table begin"); in emitTracebackTable() 1949 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable() 2168 OutStreamer->AddComment("Function size"); in emitTracebackTable() 2188 OutStreamer->AddComment("Function Name"); in emitTracebackTable() 2194 OutStreamer->AddComment("AllocaUsed"); in emitTracebackTable() 2278 OutStreamer->AddComment("EHInfo Table"); in emitTracebackTable()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyAsmPrinter.cpp | 599 OutStreamer->AddComment("fallthrough-return"); in emitInstruction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCStreamer.h | 340 virtual void AddComment(const Twine &T, bool EOL = true) {}
|