Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp72 streamer.emitInt8(b2); in EmitUnwindCode()
78 streamer.emitInt8(b2); in EmitUnwindCode()
83 streamer.emitInt8(b2); in EmitUnwindCode()
91 streamer.emitInt8(b2); in EmitUnwindCode()
95 streamer.emitInt8(b2); in EmitUnwindCode()
101 streamer.emitInt8(b2); in EmitUnwindCode()
111 streamer.emitInt8(b2); in EmitUnwindCode()
124 streamer.emitInt8(b2); in EmitUnwindCode()
176 streamer.emitInt8(flags); in EmitUnwindInfo()
181 streamer.emitInt8(0); in EmitUnwindInfo()
[all …]
H A DMCDwarf.cpp63 S.emitInt8(S.getContext().getAsmInfo()->getCodePointerSize()); in emitListsTableHeaderStart()
65 S.emitInt8(0); in emitListsTableHeaderStart()
182 MCOS->emitInt8(dwarf::DW_LNS_set_file); in emitDwarfLineTable()
187 MCOS->emitInt8(dwarf::DW_LNS_set_column); in emitDwarfLineTable()
194 MCOS->emitInt8(dwarf::DW_LNS_extended_op); in emitDwarfLineTable()
196 MCOS->emitInt8(dwarf::DW_LNE_set_discriminator); in emitDwarfLineTable()
201 MCOS->emitInt8(dwarf::DW_LNS_set_isa); in emitDwarfLineTable()
206 MCOS->emitInt8(dwarf::DW_LNS_negate_stmt); in emitDwarfLineTable()
209 MCOS->emitInt8(dwarf::DW_LNS_set_basic_block); in emitDwarfLineTable()
211 MCOS->emitInt8(dwarf::DW_LNS_set_prologue_end); in emitDwarfLineTable()
[all …]
H A DMCPseudoProbe.cpp48 MCOS->emitInt8(Flag | PackedType); in emit()
H A DMCELFStreamer.cpp385 emitInt8(0); in emitIdent()
389 emitInt8(0); in emitIdent()
H A DMCCodeView.cpp232 OS.emitInt8(static_cast<uint8_t>(File.Checksum.size())); in emitFileChecksums()
233 OS.emitInt8(File.ChecksumKind); in emitFileChecksums()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp46 Streamer.emitInt8(0x41); in MSP430TargetELFStreamer()
51 Streamer.emitInt8(0); in MSP430TargetELFStreamer()
54 Streamer.emitInt8(1); in MSP430TargetELFStreamer()
58 Streamer.emitInt8(4); in MSP430TargetELFStreamer()
59 Streamer.emitInt8(1); in MSP430TargetELFStreamer()
61 Streamer.emitInt8(6); in MSP430TargetELFStreamer()
62 Streamer.emitInt8(1); in MSP430TargetELFStreamer()
64 Streamer.emitInt8(8); in MSP430TargetELFStreamer()
65 Streamer.emitInt8(1); in MSP430TargetELFStreamer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h32 virtual void emitInt8(uint8_t Byte, const Twine &Comment = "") = 0;
44 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
46 AP.emitInt8(Byte); in emitInt8()
64 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
91 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.cpp177 getActiveStreamer().emitInt8( in emitOp()
191 getActiveStreamer().emitInt8(Value, Twine(Value)); in emitData1()
225 OutBS.emitInt8(Byte.value(), Comment); in commitTemporaryBuffer()
2414 Asm->emitInt8(Desc.toBits()); in emitDebugPubSection()
2461 Streamer.emitInt8(Op.getCode(), Comment != End ? *(Comment++) : ""); in emitDebugLocEntry()
2477 Streamer.emitInt8(Data.getData()[J], Comment != End ? *(Comment++) : ""); in emitDebugLocEntry()
2709 Asm->emitInt8(BaseAddressx); in emitRangeList()
2729 Asm->emitInt8(OffsetPair); in emitRangeList()
2740 Asm->emitInt8(StartxLength); in emitRangeList()
2755 Asm->emitInt8(EndOfList); in emitRangeList()
[all …]
H A DDIE.cpp627 AP->emitInt8(0); in emitValue()
733 case dwarf::DW_FORM_block1: Asm->emitInt8(Size); break; in emitValue()
785 case dwarf::DW_FORM_block1: Asm->emitInt8(Size); break; in emitValue()
H A DAccelTable.cpp504 Asm->emitInt8(0); in emitData()
601 Asm->emitInt8(0); in emit()
611 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
H A DAsmPrinterDwarf.cpp310 emitInt8(0); in emitDwarfDIE()
H A DDwarfUnit.cpp1710 Asm->emitInt8(UT); in emitCommonHeader()
1712 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader()
1728 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader()
H A DCodeViewDebug.cpp1002 OS.emitInt8(unsigned(ordinal)); in emitDebugInfoForThunk()
1080 OS.emitInt8(0); in emitDebugInfoForFunction()
H A DAsmPrinter.cpp2377 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8() function in AsmPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp104 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
117 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
119 Streamer.emitInt8(ELFAttrs::File); in finishAttributeSection()
134 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
139 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp153 Asm->emitInt8(dwarf::DW_UT_compile); in emitCompileUnitHeader()
154 Asm->emitInt8(Unit.getOrigUnit().getAddressByteSize()); in emitCompileUnitHeader()
163 Asm->emitInt8(Unit.getOrigUnit().getAddressByteSize()); in emitCompileUnitHeader()
215 Asm.emitInt8(MC->getTargetTriple().isArch64Bit() ? 8 : 4); in emitPaperTrailWarningsDie()
228 Asm->emitInt8(0); in emitStrings()
385 Asm->emitInt8(AddressSize); // Address size in emitUnitRangesEntries()
386 Asm->emitInt8(0); // Segment size in emitUnitRangesEntries()
686 Asm->emitInt8(0); in translateLineTable()
689 Asm->emitInt8(0); in translateLineTable()
698 Asm->emitInt8(0); in translateLineTable()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp43 Streamer->emitInt8(ELF::ODK_REGINFO); // kind in EmitMipsOptionRecord()
44 Streamer->emitInt8(40); // size in EmitMipsOptionRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp682 OS.emitInt8(0); // NULL terminate VendorName in EmitDirectiveHSACodeObjectISAV2()
684 OS.emitInt8(0); // NULL terminte ArchName in EmitDirectiveHSACodeObjectISAV2()
852 Streamer.emitInt8(Res); in EmitAmdhsaKernelDescriptor()
866 Streamer.emitInt8(Res); in EmitAmdhsaKernelDescriptor()
872 Streamer.emitInt8(Res); in EmitAmdhsaKernelDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1107 Streamer.emitInt8(0x41); in finishAttributeSection()
1120 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
1122 Streamer.emitInt8(ARMBuildAttrs::File); in finishAttributeSection()
1137 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
1142 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h567 void emitInt8(int Value) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp776 OS.emitInt8(BTF::VERSION); in emitCommonHeader()
777 OS.emitInt8(0); in emitCommonHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h700 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp851 getStreamer().emitInt8(0); // NUL in ParseDirectiveVersion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp320 Streamer.emitInt8(0); in emitModuleMetadata()
334 Streamer.emitInt8(0); in emitModuleMetadata()