/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 528 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() local 530 OS.AddComment(Comment); in emitCSpecificHandlerTable() 552 AddComment("Number of call sites"); in emitCSpecificHandlerTable() 593 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() local 595 OS.AddComment(Comment); in emitSEHActionsForRange() 615 AddComment("LabelStart"); in emitSEHActionsForRange() 617 AddComment("LabelEnd"); in emitSEHActionsForRange() 619 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction" in emitSEHActionsForRange() 622 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler"); in emitSEHActionsForRange() 668 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() local [all …]
|
D | AccelTable.cpp | 257 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(BucketIdx)); in emitHashes() 274 Asm->OutStreamer->AddComment("Offset in Bucket " + Twine(i)); in emitOffsets() 281 Asm->OutStreamer->AddComment("Header Magic"); in emit() 283 Asm->OutStreamer->AddComment("Header Version"); in emit() 285 Asm->OutStreamer->AddComment("Header Hash Function"); in emit() 287 Asm->OutStreamer->AddComment("Header Bucket Count"); in emit() 289 Asm->OutStreamer->AddComment("Header Hash Count"); in emit() 291 Asm->OutStreamer->AddComment("Header Data Length"); in emit() 296 Asm->OutStreamer->AddComment("HeaderData Die Offset Base"); in emit() 298 Asm->OutStreamer->AddComment("HeaderData Atom Count"); in emit() [all …]
|
D | EHStreamer.cpp | 468 Asm->OutStreamer->AddComment(">> Call Site " + Twine(idx) + " <<"); in emitExceptionTable() 469 Asm->OutStreamer->AddComment(" On exception at call site "+Twine(idx)); in emitExceptionTable() 478 Asm->OutStreamer->AddComment(" Action: cleanup"); in emitExceptionTable() 480 Asm->OutStreamer->AddComment(" Action: " + in emitExceptionTable() 522 Asm->OutStreamer->AddComment(">> Call Site " + Twine(++Entry) + " <<"); in emitExceptionTable() 525 Asm->OutStreamer->AddComment(Twine(" Call between ") + in emitExceptionTable() 533 Asm->OutStreamer->AddComment(" has no landing pad"); in emitExceptionTable() 537 Asm->OutStreamer->AddComment(Twine(" jumps to ") + in emitExceptionTable() 548 Asm->OutStreamer->AddComment(" On action: cleanup"); in emitExceptionTable() 550 Asm->OutStreamer->AddComment(" On action: " + in emitExceptionTable() [all …]
|
D | CodeViewDebug.cpp | 455 OS.AddComment("Debug section magic"); in emitCodeViewMagicVersion() 504 OS.AddComment("File index to string table offset subsection"); in endModule() 508 OS.AddComment("String table"); in endModule() 587 OS.AddComment("Magic"); in emitTypeGlobalHashes() 589 OS.AddComment("Section Version"); in emitTypeGlobalHashes() 591 OS.AddComment("Hash Algorithm"); in emitTypeGlobalHashes() 602 OS.AddComment(Comment); in emitTypeGlobalHashes() 691 OS.AddComment("Record length"); in emitCompilerInformation() 694 OS.AddComment("Record kind: S_COMPILE3"); in emitCompilerInformation() 706 OS.AddComment("Flags and language"); in emitCompilerInformation() [all …]
|
D | ErlangGCPrinter.cpp | 79 OS.AddComment("safe point count"); in finishAssembly() 86 OS.AddComment("safe point address"); in finishAssembly() 96 OS.AddComment("stack frame size (in words)"); in finishAssembly() 104 OS.AddComment("stack arity"); in finishAssembly() 108 OS.AddComment("live root count"); in finishAssembly() 116 OS.AddComment("stack index (offset / wordsize)"); in finishAssembly()
|
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() 233 OutStreamer->AddComment("Abbrev [" + Twine(Die.getAbbrevNumber()) + "] 0x" + in emitDwarfDIE() 245 OutStreamer->AddComment(dwarf::AttributeString(Attr)); in emitDwarfDIE() 247 OutStreamer->AddComment( in emitDwarfDIE() 260 OutStreamer->AddComment("End Of Children Mark"); in emitDwarfDIE()
|
D | ARMException.cpp | 105 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<"); in emitTypeInfos() 112 Asm->OutStreamer->AddComment("TypeInfo " + Twine(Entry--)); in emitTypeInfos() 120 Asm->OutStreamer->AddComment(">> Filter TypeInfos <<"); in emitTypeInfos() 130 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()
|
D | DwarfDebug.cpp | 1668 Asm->OutStreamer->AddComment("Length of Public " + Name + " Info"); in emitDebugPubSection() 1675 Asm->OutStreamer->AddComment("DWARF Version"); in emitDebugPubSection() 1678 Asm->OutStreamer->AddComment("Offset of Compilation Unit Info"); in emitDebugPubSection() 1681 Asm->OutStreamer->AddComment("Compilation Unit Length"); in emitDebugPubSection() 1689 Asm->OutStreamer->AddComment("DIE offset"); in emitDebugPubSection() 1694 Asm->OutStreamer->AddComment( in emitDebugPubSection() 1700 Asm->OutStreamer->AddComment("External Name"); in emitDebugPubSection() 1704 Asm->OutStreamer->AddComment("End Mark"); in emitDebugPubSection() 1786 Asm->OutStreamer->AddComment("Loc expr size"); in emitDebugLocEntryLocation() 1972 Asm->OutStreamer->AddComment("Length of ARange Set"); in emitDebugARanges() [all …]
|
/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 | 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 | 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 | 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()
|
D | DwarfDebug.cpp | 1330 Asm->OutStreamer->AddComment("Length of Public " + Name + " Info"); in emitDebugPubSection() 1337 Asm->OutStreamer->AddComment("DWARF Version"); in emitDebugPubSection() 1340 Asm->OutStreamer->AddComment("Offset of Compilation Unit Info"); in emitDebugPubSection() 1343 Asm->OutStreamer->AddComment("Compilation Unit Length"); in emitDebugPubSection() 1351 Asm->OutStreamer->AddComment("DIE offset"); in emitDebugPubSection() 1356 Asm->OutStreamer->AddComment( in emitDebugPubSection() 1362 Asm->OutStreamer->AddComment("External Name"); in emitDebugPubSection() 1366 Asm->OutStreamer->AddComment("End Mark"); in emitDebugPubSection() 1471 Asm->OutStreamer->AddComment("Loc expr size"); in emitDebugLocEntryLocation() 1654 Asm->OutStreamer->AddComment("Length of ARange Set"); in emitDebugARanges() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCDwarf.cpp | 473 if (streamer.isVerboseAsm() && comment) streamer.AddComment(comment); in EmitSymbol() 563 Streamer.AddComment(Twine(Prefix) + " = " + EncStr); in EmitEncodingByte() 584 if (VerboseAsm) Streamer.AddComment("DW_CFA_def_cfa_offset"); in EmitCFIInstruction() 587 if (VerboseAsm) Streamer.AddComment("DW_CFA_def_cfa"); in EmitCFIInstruction() 589 if (VerboseAsm) Streamer.AddComment(Twine("Reg ") + in EmitCFIInstruction() 599 if (VerboseAsm) Streamer.AddComment(Twine("Offset " + Twine(CFAOffset))); in EmitCFIInstruction() 606 if (VerboseAsm) Streamer.AddComment("DW_CFA_def_cfa_register"); in EmitCFIInstruction() 608 if (VerboseAsm) Streamer.AddComment(Twine("Reg ") + Twine(Dst.getReg())); in EmitCFIInstruction() 620 if (VerboseAsm) Streamer.AddComment("DW_CFA_offset_extended_sf"); in EmitCFIInstruction() 622 if (VerboseAsm) Streamer.AddComment(Twine("Reg ") + Twine(Reg)); in EmitCFIInstruction() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfException.cpp | 532 Asm->OutStreamer.AddComment(Twine(">> Call Site ") + in EmitExceptionTable() 534 Asm->OutStreamer.AddComment(Twine(" On exception at call site ") + in EmitExceptionTable() 544 Asm->OutStreamer.AddComment(" Action: cleanup"); in EmitExceptionTable() 546 Asm->OutStreamer.AddComment(Twine(" Action: ") + in EmitExceptionTable() 599 Asm->OutStreamer.AddComment(Twine(">> Call Site ") + in EmitExceptionTable() 603 Asm->OutStreamer.AddComment(Twine(" Call between ") + in EmitExceptionTable() 612 Asm->OutStreamer.AddComment(" has no landing pad"); in EmitExceptionTable() 616 Asm->OutStreamer.AddComment(Twine(" jumps to ") + in EmitExceptionTable() 626 Asm->OutStreamer.AddComment(" On action: cleanup"); in EmitExceptionTable() 628 Asm->OutStreamer.AddComment(Twine(" On action: ") + in EmitExceptionTable() [all …]
|
D | AsmPrinterDwarf.cpp | 37 OutStreamer.AddComment(Desc); in EmitSLEB128() 61 OutStreamer.AddComment(Desc); in EmitULEB128() 88 OutStreamer.AddComment("DW_CFA_offset + Reg (" + in EmitCFAByte() 91 OutStreamer.AddComment(dwarf::CallFrameString(Val)); in EmitCFAByte() 130 OutStreamer.AddComment(Twine(Desc)+" Encoding = " + in EmitEncodingByte() 133 OutStreamer.AddComment(Twine("Encoding = ") + in EmitEncodingByte()
|
D | DwarfDebug.cpp | 1509 Asm->OutStreamer.AddComment("Abbrev [" + Twine(AbbrevNumber) + "] 0x" + in emitDIE() 1525 Asm->OutStreamer.AddComment(dwarf::AttributeString(Attr)); in emitDIE() 1564 Asm->OutStreamer.AddComment(dwarf::AccessibilityString(V->getValue())); in emitDIE() 1584 Asm->OutStreamer.AddComment("End Of Children Mark"); in emitDIE() 1610 Asm->OutStreamer.AddComment("Length of Compilation Unit Info"); in emitDebugInfo() 1612 Asm->OutStreamer.AddComment("DWARF version number"); in emitDebugInfo() 1614 Asm->OutStreamer.AddComment("Offset Into Abbrev. Section"); in emitDebugInfo() 1617 Asm->OutStreamer.AddComment("Address Size (in bytes)"); in emitDebugInfo() 1660 Asm->OutStreamer.AddComment("Extended Op"); in emitEndOfLineMatrix() 1663 Asm->OutStreamer.AddComment("Op size"); in emitEndOfLineMatrix() [all …]
|
D | AsmPrinter.cpp | 182 OutStreamer.AddComment("Start of file scope inline assembly"); in doInitialization() 185 OutStreamer.AddComment("End of file scope inline assembly"); in doInitialization() 447 OutStreamer.AddComment("Address taken block that was later removed"); in EmitFunctionHeader() 527 AP.OutStreamer.AddComment(Twine("implicit-def: ") + in EmitImplicitDef() 541 AP.OutStreamer.AddComment(Str); in EmitKill() 729 OutStreamer.AddComment("avoids zero-length function"); in EmitFunctionBody() 799 OutStreamer.AddComment( in EmitDwarfRegOp() 803 OutStreamer.AddComment("DW_OP_bregx"); in EmitDwarfRegOp() 805 OutStreamer.AddComment(Twine(Reg)); in EmitDwarfRegOp() 811 OutStreamer.AddComment( in EmitDwarfRegOp() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1146 OutStreamer->AddComment("# XRay Custom Event Log"); in LowerPATCHABLE_EVENT_CALL() 1204 OutStreamer->AddComment("xray custom event end."); in LowerPATCHABLE_EVENT_CALL() 1237 OutStreamer->AddComment("# XRay Typed Event Log"); in LowerPATCHABLE_TYPED_EVENT_CALL() 1302 OutStreamer->AddComment("xray typed event end."); in LowerPATCHABLE_TYPED_EVENT_CALL() 1392 OutStreamer->AddComment("TAILCALL"); in LowerPATCHABLE_TAIL_CALL() 1629 OutStreamer->AddComment("EVEX TO VEX Compression ", false); in EmitInstruction() 1645 OutStreamer->AddComment(StringRef("eh_return, addr: %") + in EmitInstruction() 1651 OutStreamer->AddComment("CLEANUPRET"); in EmitInstruction() 1657 OutStreamer->AddComment("CATCHRET"); in EmitInstruction() 1672 OutStreamer->AddComment("TAILCALL"); in EmitInstruction() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 248 OutStreamer.AddComment("DW_OP_regx for S register"); in EmitDwarfRegOp() 251 OutStreamer.AddComment(Twine(SReg)); in EmitDwarfRegOp() 255 OutStreamer.AddComment("DW_OP_bit_piece 32 32"); in EmitDwarfRegOp() 260 OutStreamer.AddComment("DW_OP_bit_piece 32 0"); in EmitDwarfRegOp() 275 OutStreamer.AddComment("DW_OP_regx for Q register: D1"); in EmitDwarfRegOp() 278 OutStreamer.AddComment("DW_OP_piece 8"); in EmitDwarfRegOp() 282 OutStreamer.AddComment("DW_OP_regx for Q register: D2"); in EmitDwarfRegOp() 285 OutStreamer.AddComment("DW_OP_piece 8"); in EmitDwarfRegOp() 1625 OutStreamer.AddComment("trap"); in EmitInstruction() 1637 OutStreamer.AddComment("trap"); in EmitInstruction() [all …]
|