| /llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 49 Streamer.emitInt8(0x41); in MSP430TargetELFStreamer() 54 Streamer.emitInt8(0); in MSP430TargetELFStreamer() 57 Streamer.emitInt8(1); in MSP430TargetELFStreamer() 61 Streamer.emitInt8(TagISA); in MSP430TargetELFStreamer() 62 Streamer.emitInt8(STI.hasFeature(MSP430::FeatureX) ? ISAMSP430X : ISAMSP430); in MSP430TargetELFStreamer() 63 Streamer.emitInt8(TagCodeModel); in MSP430TargetELFStreamer() 64 Streamer.emitInt8(CMSmall); in MSP430TargetELFStreamer() 65 Streamer.emitInt8(TagDataModel); in MSP430TargetELFStreamer() 66 Streamer.emitInt8(DMSmall); in MSP430TargetELFStreamer()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 74 streamer.emitInt8(b2); in EmitUnwindCode() 93 streamer.emitInt8(b2); in EmitUnwindCode() 97 streamer.emitInt8(b2); in EmitUnwindCode() 103 streamer.emitInt8(b2); in EmitUnwindCode() 113 streamer.emitInt8(b2); in EmitUnwindCode() 126 streamer.emitInt8(b2); in EmitUnwindCode() 183 streamer.emitInt8(0); in EmitUnwindInfo() 384 streamer.emitInt8(b); in ARM64EmitUnwindCode() 390 streamer.emitInt8(b); in ARM64EmitUnwindCode() 392 streamer.emitInt8(b); in ARM64EmitUnwindCode() [all …]
|
| H A D | MCDwarf.cpp | 64 S.emitInt8(0); in emitListsTableHeaderStart() 413 MCOS->emitInt8(1); in emitV5FileDirTables() 451 MCOS->emitInt8(Entries); in emitV5FileDirTables() 525 MCOS->emitInt8(1); in Emit() 533 MCOS->emitInt8(Length); in Emit() 817 MCOS->emitInt8(0); in EmitGenDwarfAbbrev() 874 MCOS->emitInt8(0); in EmitGenDwarfAranges() 877 MCOS->emitInt8(0); in EmitGenDwarfAranges() 1068 MCOS->emitInt8(0); in EmitGenDwarfInfo() 1616 Streamer.emitInt8(0); in EmitCIE() [all …]
|
| H A D | MCELFStreamer.cpp | 388 emitInt8(0); in emitIdent() 392 emitInt8(0); in emitIdent() 842 emitInt8(0x41); in createAttributesSection() 855 emitInt8(0); // '\0' in createAttributesSection() 857 emitInt8(ARMBuildAttrs::File); in createAttributesSection() 873 emitInt8(0); // '\0' in createAttributesSection() 878 emitInt8(0); // '\0' in createAttributesSection()
|
| H A D | MCCodeView.cpp | 233 OS.emitInt8(static_cast<uint8_t>(File.Checksum.size())); in emitFileChecksums() 234 OS.emitInt8(File.ChecksumKind); in emitFileChecksums()
|
| H A D | MCPseudoProbe.cpp | 57 MCOS->emitInt8(Flag | PackedType); in emit()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.cpp | 296 Asm.emitInt8(AddrSize); in writeDefaultPrologue() 297 Asm.emitInt8(SegSize); in writeDefaultPrologue() 334 Asm.emitInt8(0); in writeCString() 342 Asm.emitInt8(0); in writeV2IncludeAndFileTable() 350 Asm.emitInt8(0); in writeV2IncludeAndFileTable() 372 Asm.emitInt8(File.DirIdx); in writeV5IncludeAndFileTable() 378 Asm.emitInt8(Prologue.MinInstLength); in writeProloguePayload() 382 Asm.emitInt8(Prologue.LineBase); in writeProloguePayload() 383 Asm.emitInt8(Prologue.LineRange); in writeProloguePayload() 384 Asm.emitInt8(Prologue.OpcodeBase); in writeProloguePayload() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 32 virtual void emitInt8(uint8_t Byte, const Twine &Comment = "") = 0; 45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function 47 AP.emitInt8(Byte); in emitInt8() 74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function 105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
|
| H A D | AddressPool.cpp | 34 Asm.emitInt8(AddrSize); in emitHeader() 36 Asm.emitInt8(0); // TODO: Support non-zero segment_selector_size. in emitHeader()
|
| H A D | DwarfDebug.cpp | 174 getActiveStreamer().emitInt8( in emitOp() 222 OutBS.emitInt8(Byte.value(), Comment); in commitTemporaryBuffer() 2486 Asm->emitInt8(Desc.toBits()); in emitDebugPubSection() 2779 Asm->emitInt8(BaseAddressx); in emitRangeList() 2799 Asm->emitInt8(OffsetPair); in emitRangeList() 2810 Asm->emitInt8(StartxLength); in emitRangeList() 2825 Asm->emitInt8(EndOfList); in emitRangeList() 3036 Asm->emitInt8(PtrSize); in emitDebugARanges() 3038 Asm->emitInt8(0); in emitDebugARanges() 3199 Asm->emitInt8('\0'); in emitMacro() [all …]
|
| H A D | DIE.cpp | 626 AP->emitInt8(0); in emitValue() 725 case dwarf::DW_FORM_block1: Asm->emitInt8(Size); break; in emitValue() 775 case dwarf::DW_FORM_block1: Asm->emitInt8(Size); break; in emitValue()
|
| H A D | AccelTable.cpp | 503 Asm->emitInt8(0); in emitData() 600 Asm->emitInt8(0); in emit() 610 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
|
| H A D | AsmPrinterDwarf.cpp | 316 emitInt8(0); in emitDwarfDIE()
|
| H A D | DwarfUnit.cpp | 1760 Asm->emitInt8(UT); in emitCommonHeader() 1762 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader() 1778 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 83 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection() 96 Streamer.emitInt8(0); // '\0' in finishAttributeSection() 98 Streamer.emitInt8(ELFAttrs::File); in finishAttributeSection() 113 Streamer.emitInt8(0); // '\0' in finishAttributeSection() 118 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 154 Asm->emitInt8(dwarf::DW_UT_compile); in emitCompileUnitHeader() 155 Asm->emitInt8(Unit.getOrigUnit().getAddressByteSize()); in emitCompileUnitHeader() 164 Asm->emitInt8(Unit.getOrigUnit().getAddressByteSize()); in emitCompileUnitHeader() 216 Asm.emitInt8(MC->getTargetTriple().isArch64Bit() ? 8 : 4); in emitPaperTrailWarningsDie() 229 Asm->emitInt8(0); in emitStrings() 400 Asm->emitInt8(AddressSize); // Address size in emitUnitRangesEntries() 699 Asm->emitInt8(0); in translateLineTable() 702 Asm->emitInt8(0); in translateLineTable() 711 Asm->emitInt8(0); in translateLineTable() 720 Asm->emitInt8(0); in translateLineTable() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.cpp | 92 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection() 105 Streamer.emitInt8(0); // '\0' in finishAttributeSection() 107 Streamer.emitInt8(ELFAttrs::File); in finishAttributeSection() 122 Streamer.emitInt8(0); // '\0' in finishAttributeSection() 127 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 43 Streamer->emitInt8(ELF::ODK_REGINFO); // kind in EmitMipsOptionRecord() 44 Streamer->emitInt8(40); // size in EmitMipsOptionRecord()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 1377 MCOS->emitInt8(dwarf::DW_LNS_set_file); in emitBinaryDwarfLineTable() 1382 MCOS->emitInt8(dwarf::DW_LNS_set_column); in emitBinaryDwarfLineTable() 1389 MCOS->emitInt8(dwarf::DW_LNS_extended_op); in emitBinaryDwarfLineTable() 1396 MCOS->emitInt8(dwarf::DW_LNS_set_isa); in emitBinaryDwarfLineTable() 1401 MCOS->emitInt8(dwarf::DW_LNS_negate_stmt); in emitBinaryDwarfLineTable() 1469 MCOS->emitInt8(dwarf::DW_LNS_set_file); in emitDwarfLineTable() 1474 MCOS->emitInt8(dwarf::DW_LNS_set_column); in emitDwarfLineTable() 1481 MCOS->emitInt8(dwarf::DW_LNS_extended_op); in emitDwarfLineTable() 1488 MCOS->emitInt8(dwarf::DW_LNS_set_isa); in emitDwarfLineTable() 1493 MCOS->emitInt8(dwarf::DW_LNS_negate_stmt); in emitDwarfLineTable() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 892 OutStreamer->emitInt8(static_cast<uint8_t>(Flags1)); // Flags 1. in emitPPA1Flags() 901 OutStreamer->emitInt8(static_cast<uint8_t>(Flags2)); // Flags 2. in emitPPA1Flags() 906 OutStreamer->emitInt8( in emitPPA1Flags() 912 OutStreamer->emitInt8(static_cast<uint8_t>( in emitPPA1Flags() 1001 OutStreamer->emitInt8(0x02); // Version. in emitPPA1() 1003 OutStreamer->emitInt8(0xCE); // CEL signature. in emitPPA1() 1038 OutStreamer->emitInt8(SavedVRMask); in emitPPA1() 1039 OutStreamer->emitInt8(0); // Reserved. in emitPPA1() 1093 OutStreamer->emitInt8(0xF1); // Mark Type. in emitFunctionEntryLabel()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 712 OS.emitInt8(0); // NULL terminate VendorName in EmitDirectiveHSACodeObjectISAV2() 714 OS.emitInt8(0); // NULL terminate ArchName in EmitDirectiveHSACodeObjectISAV2() 882 Streamer.emitInt8(Res); in EmitAmdhsaKernelDescriptor() 896 Streamer.emitInt8(Res); in EmitAmdhsaKernelDescriptor() 902 Streamer.emitInt8(Res); in EmitAmdhsaKernelDescriptor()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 608 void emitInt8(int Value) const;
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 989 OS.emitInt8(BTF::VERSION); in emitCommonHeader() 990 OS.emitInt8(0); in emitCommonHeader()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 736 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 870 getStreamer().emitInt8(0); // NUL in ParseDirectiveVersion()
|