| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 655 AddComment("LabelEnd"); in emitSEHActionsForRange() 734 AddComment("MagicNumber"); in emitCXXFrameHandler3Table() 737 AddComment("MaxState"); in emitCXXFrameHandler3Table() 740 AddComment("UnwindMap"); in emitCXXFrameHandler3Table() 761 AddComment("ESTypeList"); in emitCXXFrameHandler3Table() 764 AddComment("EHFlags"); in emitCXXFrameHandler3Table() 783 AddComment("Action"); in emitCXXFrameHandler3Table() 817 AddComment("TryLow"); in emitCXXFrameHandler3Table() 872 AddComment("Type"); in emitCXXFrameHandler3Table() 896 AddComment("IP"); in emitCXXFrameHandler3Table() [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 | AccelTable.cpp | 286 Asm->OutStreamer->AddComment("Header Magic"); in emit() 288 Asm->OutStreamer->AddComment("Header Version"); in emit() 290 Asm->OutStreamer->AddComment("Header Hash Function"); in emit() 292 Asm->OutStreamer->AddComment("Header Bucket Count"); in emit() 294 Asm->OutStreamer->AddComment("Header Hash Count"); in emit() 296 Asm->OutStreamer->AddComment("Header Data Length"); in emit() 349 Asm->OutStreamer->AddComment("Num DIEs"); in emitData() 381 Asm->OutStreamer->AddComment("Header: version"); in emit() 383 Asm->OutStreamer->AddComment("Header: padding"); in emit() 393 Asm->OutStreamer->AddComment("Header: name count"); in emit() [all …]
|
| H A D | EHStreamer.cpp | 612 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable() 614 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable() 728 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable() 755 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable() 778 Asm->OutStreamer->AddComment(" Catch TypeInfo " + in emitExceptionTable() 781 Asm->OutStreamer->AddComment(" Filter TypeInfo " + in emitExceptionTable() 784 Asm->OutStreamer->AddComment(" Cleanup"); in emitExceptionTable() 791 Asm->OutStreamer->AddComment(" No further actions"); in emitExceptionTable() 793 Asm->OutStreamer->AddComment(" Continue to action " + in emitExceptionTable() 819 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<"); in emitTypeInfos() [all …]
|
| H A D | CodeViewDebug.cpp | 93 void AddComment(const Twine &T) override { OS->AddComment(T); } in AddComment() function in __anonb5614f9b0111::CVMCAdapter 763 OS.AddComment("Magic"); in emitTypeGlobalHashes() 857 OS.AddComment("CPUType"); in emitCompilerInformation() 1015 OS.AddComment("PtrEnd"); in emitInlinedCallSite() 1078 OS.AddComment("PtrEnd"); in emitDebugInfoForThunk() 1080 OS.AddComment("PtrNext"); in emitDebugInfoForThunk() 1088 OS.AddComment("Ordinal"); in emitDebugInfoForThunk() 2863 OS.AddComment("Flags"); in emitLocalVariable() 3354 OS.AddComment("Type"); in emitConstantSymbolRecord() 3357 OS.AddComment("Value"); in emitConstantSymbolRecord() [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 | 2542 Asm->OutStreamer->AddComment("DWARF Version"); in emitDebugPubSection() 2559 Asm->OutStreamer->AddComment("DIE offset"); in emitDebugPubSection() 2564 Asm->OutStreamer->AddComment( in emitDebugPubSection() 2570 Asm->OutStreamer->AddComment("External Name"); in emitDebugPubSection() 2574 Asm->OutStreamer->AddComment("End Mark"); in emitDebugPubSection() 2763 Asm->OutStreamer->AddComment("Loc expr size"); in emitDebugLocEntryLocation() 2893 Asm->OutStreamer->AddComment(" length"); in emitRangeList() 3275 Asm->OutStreamer->AddComment("Line Number"); in emitMacro() 3277 Asm->OutStreamer->AddComment("Macro String"); in emitMacro() 3289 Asm->OutStreamer->AddComment("Line Number"); in emitMacroFileImpl() [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 | 1144 OutStreamer->AddComment(OS.str()); in emitImplicitDef() 1157 AP.OutStreamer->AddComment(OS.str()); in emitKill() 1383 OutStreamer->AddComment("version"); in emitBBAddrMapSection() 1386 OutStreamer->AddComment("feature"); in emitBBAddrMapSection() 1389 OutStreamer->AddComment("function address"); in emitBBAddrMapSection() 1391 OutStreamer->AddComment("number of basic blocks"); in emitBBAddrMapSection() 1400 OutStreamer->AddComment("BB id"); in emitBBAddrMapSection() 1427 OutStreamer->AddComment("function entry count"); in emitBBAddrMapSection() 3040 OutStreamer->AddComment(Desc); in emitSLEB128() 3048 OutStreamer->AddComment(Desc); in emitULEB128() [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 | 1753 Asm->OutStreamer->AddComment("DWARF version number"); in emitCommonHeader() 1759 Asm->OutStreamer->AddComment("DWARF Unit Type"); in emitCommonHeader() 1761 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader() 1768 Asm->OutStreamer->AddComment("Offset Into Abbrev. Section"); in emitCommonHeader() 1777 Asm->OutStreamer->AddComment("Address Size (in bytes)"); in emitCommonHeader() 1790 Asm->OutStreamer->AddComment("Type Signature"); in emitHeader() 1792 Asm->OutStreamer->AddComment("Type DIE Offset"); in emitHeader()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1168 OutStreamer->AddComment("PPA1 Flags 1"); in emitPPA1Flags() 1177 OutStreamer->AddComment("PPA1 Flags 2"); in emitPPA1Flags() 1186 OutStreamer->AddComment("PPA1 Flags 3"); in emitPPA1Flags() 1192 OutStreamer->AddComment("PPA1 Flags 4"); in emitPPA1Flags() 1312 OutStreamer->AddComment("PPA1"); in emitPPA1() 1314 OutStreamer->AddComment("Version"); in emitPPA1() 1340 OutStreamer->AddComment("FPR mask"); in emitPPA1() 1342 OutStreamer->AddComment("AR mask"); in emitPPA1() 1358 OutStreamer->AddComment("VR mask"); in emitPPA1() 1381 OutStreamer->AddComment("Version"); in emitPPA1() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1159 OutStreamer->AddComment("xray custom event end."); in LowerPATCHABLE_EVENT_CALL() 1194 OutStreamer->AddComment("# XRay Typed Event Log"); in LowerPATCHABLE_TYPED_EVENT_CALL() 1263 OutStreamer->AddComment("xray typed event end."); in LowerPATCHABLE_TYPED_EVENT_CALL() 1371 OutStreamer->AddComment("TAILCALL"); in LowerPATCHABLE_TAIL_CALL() 1560 OutStreamer.AddComment(CS.str()); in printZeroUpperMove() 1566 OutStreamer.AddComment(CS.str()); in printZeroUpperMove() 1583 OutStreamer.AddComment(CS.str()); in printBroadcast() 1833 OutStreamer.AddComment(CS.str()); in addConstantComments() 2033 OutStreamer->AddComment("CLEANUPRET"); in emitInstruction() 2039 OutStreamer->AddComment("CATCHRET"); in emitInstruction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 42 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType() 163 OS.AddComment("0x" + Twine::utohexstr(IntVal)); in emitType() 241 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Lo32)); in emitType() 243 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Hi32)); in emitType() 318 OS.AddComment("0x" + Twine::utohexstr(Member.Offset)); in emitType() 1026 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader() 1114 OS.AddComment("FuncInfo"); in emitBTFExtSection() 1117 OS.AddComment("FuncInfo section string offset=" + in emitBTFExtSection() 1128 OS.AddComment("LineInfo"); in emitBTFExtSection() 1131 OS.AddComment("LineInfo section string offset=" + in emitBTFExtSection() [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | Patterns.cpp | 146 function_ref<void(raw_ostream &)> AddComment) const { in expandCode() 150 if (AddComment) in expandCode() 151 AddComment(OS); in expandCode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kAsmPrinter.cpp | 179 OutStreamer->AddComment("TAILCALL"); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 52 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() 1087 MCOS->AddComment("Offset entry count"); in emitGenDwarfRanges()
|
| H A D | MCAsmStreamer.cpp | 122 void AddComment(const Twine &T, bool EOL = true) override; 426 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() function in MCAsmStreamer 2589 AddComment("Set address to " + Label->getName()); in emitDwarfAdvanceLineAddr() 2597 AddComment("Start sequence"); in emitDwarfAdvanceLineAddr() 2605 AddComment("End sequence"); in emitDwarfAdvanceLineAddr() 2613 AddComment("Advance line " + Twine(LineDelta)); in emitDwarfAdvanceLineAddr()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1476 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction() 1492 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction() 2124 OutStreamer->AddComment("Traceback table begin"); in emitTracebackTable() 2132 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable() 2353 OutStreamer->AddComment("Function size"); in emitTracebackTable() 2373 OutStreamer->AddComment("Function Name"); in emitTracebackTable() 2379 OutStreamer->AddComment("AllocaUsed"); in emitTracebackTable() 2463 OutStreamer->AddComment("EHInfo Table"); in emitTracebackTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 387 O.AddComment("Begin XRay typed event"); in LowerPATCHABLE_EVENT_CALL() 411 O.AddComment("End XRay typed event"); in LowerPATCHABLE_EVENT_CALL() 421 O.AddComment("Begin XRay custom event"); in LowerPATCHABLE_EVENT_CALL() 432 O.AddComment("End XRay custom event"); in LowerPATCHABLE_EVENT_CALL() 1419 OutStreamer->AddComment("on-fault: " + HandlerLabel->getName()); in LowerFAULTING_OP()
|