/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 520 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local 522 OS.AddComment(Comment); in emitCSpecificHandlerTable() 544 AddComment("Number of call sites"); in emitCSpecificHandlerTable() 585 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local 587 OS.AddComment(Comment); in emitSEHActionsForRange() 607 AddComment("LabelStart"); in emitSEHActionsForRange() 609 AddComment("LabelEnd"); in emitSEHActionsForRange() 611 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction" in emitSEHActionsForRange() 614 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler"); in emitSEHActionsForRange() 660 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local [all …]
|
D | EHStreamer.cpp | 507 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable() 508 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable() 517 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable() 519 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable() 569 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + " <<"); in emitExceptionTable() 572 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable() 581 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable() 585 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable() 595 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable() 597 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable() [all …]
|
D | DwarfAccelTable.cpp | 114 Asm->OutStreamer->AddComment("Header Magic"); in EmitHeader() 116 Asm->OutStreamer->AddComment("Header Version"); in EmitHeader() 118 Asm->OutStreamer->AddComment("Header Hash Function"); in EmitHeader() 120 Asm->OutStreamer->AddComment("Header Bucket Count"); in EmitHeader() 122 Asm->OutStreamer->AddComment("Header Hash Count"); in EmitHeader() 124 Asm->OutStreamer->AddComment("Header Data Length"); in EmitHeader() 126 Asm->OutStreamer->AddComment("HeaderData Die Offset Base"); in EmitHeader() 128 Asm->OutStreamer->AddComment("HeaderData Atom Count"); in EmitHeader() 132 Asm->OutStreamer->AddComment(dwarf::AtomTypeString(A.type)); in EmitHeader() 134 Asm->OutStreamer->AddComment(dwarf::FormEncodingString(A.form)); in EmitHeader() [all …]
|
D | ErlangGCPrinter.cpp | 82 OS.AddComment("safe point count"); in finishAssembly() 89 OS.AddComment("safe point address"); in finishAssembly() 99 OS.AddComment("stack frame size (in words)"); in finishAssembly() 107 OS.AddComment("stack arity"); in finishAssembly() 111 OS.AddComment("live root count"); in finishAssembly() 119 OS.AddComment("stack index (offset / wordsize)"); in finishAssembly()
|
D | AsmPrinterDwarf.cpp | 45 OutStreamer->AddComment(Desc); in EmitSLEB128() 54 OutStreamer->AddComment(Desc); in EmitULEB128() 107 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + in EmitEncodingByte() 110 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val)); in EmitEncodingByte() 252 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + in emitDwarfDIE() 264 OutStreamer->AddComment(dwarf::AttributeString(Attr)); in emitDwarfDIE() 266 OutStreamer->AddComment( in emitDwarfDIE() 279 OutStreamer->AddComment("End Of Children Mark"); in emitDwarfDIE()
|
D | CodeViewDebug.cpp | 365 OS.AddComment("Debug section magic"); in emitCodeViewMagicVersion() 409 OS.AddComment("File index to string table offset subsection"); in endModule() 413 OS.AddComment("String table"); in endModule() 500 OS.AddComment("Inlinee lines subsection"); in emitInlineeLinesSubsection() 505 OS.AddComment("Inlinee lines signature"); in emitInlineeLinesSubsection() 514 OS.AddComment("Inlined function " + SP->getDisplayName() + " starts at " + in emitInlineeLinesSubsection() 520 OS.AddComment("Type index of inlined function"); in emitInlineeLinesSubsection() 522 OS.AddComment("Offset into filechecksum table"); in emitInlineeLinesSubsection() 524 OS.AddComment("Starting line number"); in emitInlineeLinesSubsection() 552 OS.AddComment("Record length"); in emitInlinedCallSite() [all …]
|
D | ARMException.cpp | 110 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<"); in emitTypeInfos() 117 Asm->OutStreamer->AddComment("TypeInfo " + Twine(Entry--)); in emitTypeInfos() 123 Asm->OutStreamer->AddComment(">> Filter TypeInfos <<"); in emitTypeInfos() 133 Asm->OutStreamer->AddComment("FilterInfo " + Twine(Entry)); in emitTypeInfos()
|
D | ByteStreamer.h | 45 AP.OutStreamer->AddComment(Comment); in EmitInt8() 49 AP.OutStreamer->AddComment(Comment); in EmitSLEB128() 53 AP.OutStreamer->AddComment(Comment); in EmitULEB128()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 256 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(BucketIdx)); in emitHashes() 273 Asm->OutStreamer->AddComment("Offset in Bucket " + Twine(i)); in emitOffsets() 280 Asm->OutStreamer->AddComment("Header Magic"); in emit() 282 Asm->OutStreamer->AddComment("Header Version"); in emit() 284 Asm->OutStreamer->AddComment("Header Hash Function"); in emit() 286 Asm->OutStreamer->AddComment("Header Bucket Count"); in emit() 288 Asm->OutStreamer->AddComment("Header Hash Count"); in emit() 290 Asm->OutStreamer->AddComment("Header Data Length"); in emit() 295 Asm->OutStreamer->AddComment("HeaderData Die Offset Base"); in emit() 297 Asm->OutStreamer->AddComment("HeaderData Atom Count"); in emit() [all …]
|
D | WinException.cpp | 555 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local 557 OS.AddComment(Comment); in emitCSpecificHandlerTable() 581 AddComment("Number of call sites"); in emitCSpecificHandlerTable() 621 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local 623 OS.AddComment(Comment); in emitSEHActionsForRange() 643 AddComment("LabelStart"); in emitSEHActionsForRange() 645 AddComment("LabelEnd"); in emitSEHActionsForRange() 647 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction" in emitSEHActionsForRange() 650 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler"); in emitSEHActionsForRange() 696 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local [all …]
|
D | EHStreamer.cpp | 472 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable() 473 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable() 482 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable() 484 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable() 526 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + " <<"); in emitExceptionTable() 529 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable() 537 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable() 541 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable() 552 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable() 554 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable() [all …]
|
D | ErlangGCPrinter.cpp | 78 OS.AddComment("safe point count"); in finishAssembly() 85 OS.AddComment("safe point address"); in finishAssembly() 95 OS.AddComment("stack frame size (in words)"); in finishAssembly() 103 OS.AddComment("stack arity"); in finishAssembly() 107 OS.AddComment("live root count"); in finishAssembly() 115 OS.AddComment("stack index (offset / wordsize)"); in finishAssembly()
|
D | CodeViewDebug.cpp | 112 void AddComment(const Twine &T) { OS->AddComment(T); } in AddComment() function in __anonf1deded00111::CVMCAdapter 553 OS.AddComment("Debug section magic"); in emitCodeViewMagicVersion() 602 OS.AddComment("File index to string table offset subsection"); in endModule() 606 OS.AddComment("String table"); in endModule() 678 OS.AddComment("Magic"); in emitTypeGlobalHashes() 680 OS.AddComment("Section Version"); in emitTypeGlobalHashes() 682 OS.AddComment("Hash Algorithm"); in emitTypeGlobalHashes() 693 OS.AddComment(Comment); in emitTypeGlobalHashes() 777 OS.AddComment("Flags and language"); in emitCompilerInformation() 780 OS.AddComment("CPUType"); in emitCompilerInformation() [all …]
|
D | AsmPrinterDwarf.cpp | 41 OutStreamer->AddComment(Desc); in EmitSLEB128() 48 OutStreamer->AddComment(Desc); in EmitULEB128() 111 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + in EmitEncodingByte() 114 OutStreamer->AddComment(Twine("Encoding = ") + DecodeDWARFEncoding(Val)); in EmitEncodingByte() 255 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + in emitDwarfDIE() 267 OutStreamer->AddComment(dwarf::AttributeString(Attr)); in emitDwarfDIE() 269 OutStreamer->AddComment( in emitDwarfDIE() 282 OutStreamer->AddComment("End Of Children Mark"); in emitDwarfDIE()
|
D | AddressPool.cpp | 32 Asm.OutStreamer->AddComment("Length of contribution"); in emitHeader() 36 Asm.OutStreamer->AddComment("DWARF version number"); in emitHeader() 38 Asm.OutStreamer->AddComment("Address size"); in emitHeader() 40 Asm.OutStreamer->AddComment("Segment selector size"); in emitHeader()
|
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()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 255 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(BucketIdx)); in emitHashes() 272 Asm->OutStreamer->AddComment("Offset in Bucket " + Twine(i)); in emitOffsets() 279 Asm->OutStreamer->AddComment("Header Magic"); in emit() 281 Asm->OutStreamer->AddComment("Header Version"); in emit() 283 Asm->OutStreamer->AddComment("Header Hash Function"); in emit() 285 Asm->OutStreamer->AddComment("Header Bucket Count"); in emit() 287 Asm->OutStreamer->AddComment("Header Hash Count"); in emit() 289 Asm->OutStreamer->AddComment("Header Data Length"); in emit() 294 Asm->OutStreamer->AddComment("HeaderData Die Offset Base"); in emit() 296 Asm->OutStreamer->AddComment("HeaderData Atom Count"); in emit() [all …]
|
D | WinException.cpp | 562 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local 564 OS.AddComment(Comment); in emitCSpecificHandlerTable() 588 AddComment("Number of call sites"); in emitCSpecificHandlerTable() 628 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local 630 OS.AddComment(Comment); in emitSEHActionsForRange() 650 AddComment("LabelStart"); in emitSEHActionsForRange() 652 AddComment("LabelEnd"); in emitSEHActionsForRange() 654 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction" in emitSEHActionsForRange() 657 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler"); in emitSEHActionsForRange() 703 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local [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() 204 OutStreamer->AddComment("DWARF64 Mark"); in maybeEmitDwarf64Mark() 212 OutStreamer->AddComment(Comment); in emitDwarfUnitLength() 219 OutStreamer->AddComment(Comment); in emitDwarfUnitLength() 279 OutStreamer->AddComment(Inst.getComment()); in emitCFIInstruction() 294 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + in emitDwarfDIE() 306 OutStreamer->AddComment(dwarf::AttributeString(Attr)); in emitDwarfDIE() [all …]
|
D | ErlangGCPrinter.cpp | 78 OS.AddComment("safe point count"); in finishAssembly() 85 OS.AddComment("safe point address"); in finishAssembly() 95 OS.AddComment("stack frame size (in words)"); in finishAssembly() 103 OS.AddComment("stack arity"); in finishAssembly() 107 OS.AddComment("live root count"); in finishAssembly() 115 OS.AddComment("stack index (offset / wordsize)"); in finishAssembly()
|
D | EHStreamer.cpp | 597 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable() 598 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable() 607 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable() 609 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable() 718 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + in emitExceptionTable() 722 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable() 731 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable() 735 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable() 747 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable() 749 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 __anon5027db5c0111::CVMCAdapter 540 OS.AddComment("Debug section magic"); in emitCodeViewMagicVersion() 613 OS.AddComment("File index to string table offset subsection"); in endModule() 617 OS.AddComment("String table"); in endModule() 689 OS.AddComment("Magic"); in emitTypeGlobalHashes() 691 OS.AddComment("Section Version"); in emitTypeGlobalHashes() 693 OS.AddComment("Hash Algorithm"); in emitTypeGlobalHashes() 704 OS.AddComment(Comment); in emitTypeGlobalHashes() 788 OS.AddComment("Flags and language"); in emitCompilerInformation() 791 OS.AddComment("CPUType"); in emitCompilerInformation() [all …]
|
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 | 34 Asm.OutStreamer->AddComment("DWARF version number"); in emitHeader() 36 Asm.OutStreamer->AddComment("Address size"); in emitHeader() 38 Asm.OutStreamer->AddComment("Segment selector size"); in emitHeader()
|
D | DwarfDebug.cpp | 2356 Asm->OutStreamer->AddComment("DWARF Version"); in emitDebugPubSection() 2359 Asm->OutStreamer->AddComment("Offset of Compilation Unit Info"); in emitDebugPubSection() 2362 Asm->OutStreamer->AddComment("Compilation Unit Length"); in emitDebugPubSection() 2370 Asm->OutStreamer->AddComment("DIE offset"); in emitDebugPubSection() 2375 Asm->OutStreamer->AddComment( in emitDebugPubSection() 2381 Asm->OutStreamer->AddComment("External Name"); in emitDebugPubSection() 2385 Asm->OutStreamer->AddComment("End Mark"); in emitDebugPubSection() 2534 Asm->OutStreamer->AddComment("Loc expr size"); in emitDebugLocEntryLocation() 2557 Asm->OutStreamer->AddComment("Offset entry count"); in emitRnglistsTableHeader() 2577 Asm->OutStreamer->AddComment("Offset entry count"); in emitLoclistsTableHeader() [all …]
|