Home
last modified time | relevance | path

Searched refs:emitInt8 (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp45 Streamer.emitInt8(0x41); in MSP430TargetELFStreamer()
50 Streamer.emitInt8(0); in MSP430TargetELFStreamer()
53 Streamer.emitInt8(1); in MSP430TargetELFStreamer()
57 Streamer.emitInt8(TagISA); in MSP430TargetELFStreamer()
58 Streamer.emitInt8(STI.hasFeature(MSP430::FeatureX) ? ISAMSP430X : ISAMSP430); in MSP430TargetELFStreamer()
59 Streamer.emitInt8(TagCodeModel); in MSP430TargetELFStreamer()
60 Streamer.emitInt8(CMSmall); in MSP430TargetELFStreamer()
61 Streamer.emitInt8(TagDataModel); in MSP430TargetELFStreamer()
62 Streamer.emitInt8(DMSmall); in MSP430TargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp116 streamer.emitInt8(b2); in EmitUnwindCode()
122 streamer.emitInt8(b2); in EmitUnwindCode()
127 streamer.emitInt8(b2); in EmitUnwindCode()
135 streamer.emitInt8(b2); in EmitUnwindCode()
139 streamer.emitInt8(b2); in EmitUnwindCode()
145 streamer.emitInt8(b2); in EmitUnwindCode()
155 streamer.emitInt8(b2); in EmitUnwindCode()
168 streamer.emitInt8(b2); in EmitUnwindCode()
302 streamer.emitInt8(flags); in EmitUnwindInfo()
307 streamer.emitInt8(0); in EmitUnwindInfo()
[all …]
H A DMCDwarf.cpp59 S.emitInt8(S.getContext().getAsmInfo()->getCodePointerSize()); in emitListsTableHeaderStart()
61 S.emitInt8(0); in emitListsTableHeaderStart()
225 MCOS->emitInt8(dwarf::DW_LNS_set_file); in emitOne()
230 MCOS->emitInt8(dwarf::DW_LNS_set_column); in emitOne()
237 MCOS->emitInt8(dwarf::DW_LNS_extended_op); in emitOne()
239 MCOS->emitInt8(dwarf::DW_LNE_set_discriminator); in emitOne()
244 MCOS->emitInt8(dwarf::DW_LNS_set_isa); in emitOne()
249 MCOS->emitInt8(dwarf::DW_LNS_negate_stmt); in emitOne()
252 MCOS->emitInt8(dwarf::DW_LNS_set_basic_block); in emitOne()
254 MCOS->emitInt8(dwarf::DW_LNS_set_prologue_end); in emitOne()
[all …]
H A DMCELFStreamer.cpp344 emitInt8(0); in emitIdent()
348 emitInt8(0); in emitIdent()
628 emitInt8(0x41); in createAttributesSection()
641 emitInt8(0); // '\0' in createAttributesSection()
643 emitInt8(ARMBuildAttrs::File); in createAttributesSection()
658 emitInt8(0); // '\0' in createAttributesSection()
663 emitInt8(0); // '\0' in createAttributesSection()
692 emitInt8(0x41); in createAttributesWithSubsection()
704 emitInt8(0); // '\0' in createAttributesWithSubsection()
705 emitInt8(SubSection.IsOptional); in createAttributesWithSubsection()
[all …]
H A DMCCodeView.cpp218 OS.emitInt8(static_cast<uint8_t>(File.Checksum.size())); in emitFileChecksums()
219 OS.emitInt8(File.ChecksumKind); in emitFileChecksums()
H A DMCPseudoProbe.cpp74 MCOS->emitInt8(Flag | PackedType); in emit()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp191 Asm->emitInt8(dwarf::DW_UT_compile); in emitCompileUnitHeader()
192 Asm->emitInt8(Unit.getOrigUnit().getAddressByteSize()); in emitCompileUnitHeader()
201 Asm->emitInt8(Unit.getOrigUnit().getAddressByteSize()); in emitCompileUnitHeader()
301 Asm->emitInt8(0); in emitStrings()
346 Asm->emitInt8(0); in emitLineStrings()
458 Asm->emitInt8(AddressSize); // Address size in emitDwarfDebugArangesTable()
459 Asm->emitInt8(0); // Segment size in emitDwarfDebugArangesTable()
527 MS->emitInt8(AddressSize); in emitDwarfDebugRangeListHeader()
531 MS->emitInt8(0); in emitDwarfDebugRangeListHeader()
579 MS->emitInt8(dwarf::DW_RLE_base_addressx); in emitDwarfDebugRngListsTableFragment()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h32 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 DAddressPool.cpp34 Asm.emitInt8(AddrSize); in emitHeader()
36 Asm.emitInt8(0); // TODO: Support non-zero segment_selector_size. in emitHeader()
H A DDwarfDebug.cpp180 getActiveStreamer().emitInt8( in emitOp()
194 getActiveStreamer().emitInt8(Value, Twine(Value)); in emitData1()
228 OutBS.emitInt8(Byte.value(), Comment); in commitTemporaryBuffer()
3006 Asm->emitInt8(Desc.toBits()); in emitDebugPubSection()
3054 Streamer.emitInt8(Op.getCode(), Comment != End ? *(Comment++) : ""); in emitDebugLocEntry()
3066 Streamer.emitInt8(Data.getData()[J], Comment != End ? *(Comment++) : ""); in emitDebugLocEntry()
3309 Asm->emitInt8(BaseAddressx); in emitRangeList()
3329 Asm->emitInt8(OffsetPair); in emitRangeList()
3340 Asm->emitInt8(StartxLength); in emitRangeList()
3355 Asm->emitInt8(EndOfList); in emitRangeList()
[all …]
H A DDIE.cpp624 AP->emitInt8(0); in emitValue()
723 case dwarf::DW_FORM_block1: Asm->emitInt8(Size); break; in emitValue()
773 case dwarf::DW_FORM_block1: Asm->emitInt8(Size); break; in emitValue()
H A DAccelTable.cpp592 Asm->emitInt8(0); in emitData()
733 Asm->emitInt8(0); in emit()
743 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
H A DAsmPrinterDwarf.cpp300 emitInt8(0); in emitDwarfDIE()
H A DDwarfUnit.cpp2075 Asm->emitInt8(UT); in emitCommonHeader()
2077 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader()
2093 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader()
H A DAsmPrinter.cpp1443 OutStreamer->emitInt8(BBAddrMapVersion); in emitBBAddrMapSection()
1446 OutStreamer->emitInt8(Features.encode()); in emitBBAddrMapSection()
3373 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp93 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
106 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
108 Streamer.emitInt8(ELFAttrs::File); in finishAttributeSection()
123 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
128 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp41 Streamer->emitInt8(ELF::ODK_REGINFO); // kind in EmitMipsOptionRecord()
42 Streamer->emitInt8(40); // size in EmitMipsOptionRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1246 OutStreamer->emitInt8(0); // Reserved. in emitIDRLSection()
1247 OutStreamer->emitInt8(3); // Format. in emitIDRLSection()
1330 OutStreamer->emitInt8(static_cast<uint8_t>(Flags1)); // Flags 1. in emitPPA1Flags()
1339 OutStreamer->emitInt8(static_cast<uint8_t>(Flags2)); // Flags 2. in emitPPA1Flags()
1344 OutStreamer->emitInt8( in emitPPA1Flags()
1355 OutStreamer->emitInt8(static_cast<uint8_t>( in emitPPA1Flags()
1470 OutStreamer->emitInt8(0x02); // Version. in emitPPA1()
1472 OutStreamer->emitInt8(0xCE); // CEL signature. in emitPPA1()
1514 OutStreamer->emitInt8(SavedVRMask); in emitPPA1()
1515 OutStreamer->emitInt8(0); // Reserved. in emitPPA1()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp144 Asm->emitInt8(dwarf::DW_UT_compile); in emitCompileUnitHeader()
145 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader()
152 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp1003 Streamer.emitInt8(0u); in EmitAmdhsaKernelDescriptor()
1016 Streamer.emitInt8(0u); in EmitAmdhsaKernelDescriptor()
1029 Streamer.emitInt8(0u); in EmitAmdhsaKernelDescriptor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h685 void emitInt8(int Value) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp840 getStreamer().emitInt8(0); // NUL in parseDirectiveVersion()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1147 OS.emitInt8(BTF::VERSION); in emitCommonHeader()
1148 OS.emitInt8(0); in emitCommonHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h739 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function

12