Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp44 Streamer->emitInt32(0); // info in EmitMipsOptionRecord()
45 Streamer->emitInt32(ri_gprmask); in EmitMipsOptionRecord()
46 Streamer->emitInt32(0); // pad in EmitMipsOptionRecord()
47 Streamer->emitInt32(ri_cprmask[0]); in EmitMipsOptionRecord()
48 Streamer->emitInt32(ri_cprmask[1]); in EmitMipsOptionRecord()
49 Streamer->emitInt32(ri_cprmask[2]); in EmitMipsOptionRecord()
50 Streamer->emitInt32(ri_cprmask[3]); in EmitMipsOptionRecord()
58 Streamer->emitInt32(ri_gprmask); in EmitMipsOptionRecord()
59 Streamer->emitInt32(ri_cprmask[0]); in EmitMipsOptionRecord()
60 Streamer->emitInt32(ri_cprmask[1]); in EmitMipsOptionRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp42 OS.emitInt32(BTFType.NameOff); in emitType()
44 OS.emitInt32(BTFType.Info); in emitType()
45 OS.emitInt32(BTFType.Size); in emitType()
165 OS.emitInt32(IntVal); in emitType()
202 OS.emitInt32(Enum.NameOff); in emitType()
203 OS.emitInt32(Enum.Val); in emitType()
241 OS.emitInt32(Enum.NameOff); in emitType()
243 OS.emitInt32(Enum.Val_Lo32); in emitType()
245 OS.emitInt32(Enum.Val_Hi32); in emitType()
274 OS.emitInt32(ArrayInfo.ElemType); in emitType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp259 Asm->emitInt32(HashValue); in emitHashes()
283 Asm->emitInt32(Magic); in emit()
289 Asm->emitInt32(BucketCount); in emit()
291 Asm->emitInt32(HashCount); in emit()
293 Asm->emitInt32(HeaderDataLength); in emit()
298 Asm->emitInt32(DieOffsetBase); in emit()
300 Asm->emitInt32(Atoms.size()); in emit()
316 Asm->emitInt32(index); in emitBuckets()
318 Asm->emitInt32(std::numeric_limits<uint32_t>::max()); in emitBuckets()
340 Asm->emitInt32(0); in emitData()
[all …]
H A DWinException.cpp735 OS.emitInt32(0x19930522); in emitCXXFrameHandler3Table()
738 OS.emitInt32(FuncInfo.CxxUnwindMap.size()); in emitCXXFrameHandler3Table()
744 OS.emitInt32(FuncInfo.TryBlockMap.size()); in emitCXXFrameHandler3Table()
750 OS.emitInt32(IPToStateTable.size()); in emitCXXFrameHandler3Table()
758 OS.emitInt32(UnwindHelpOffset); in emitCXXFrameHandler3Table()
762 OS.emitInt32(0); in emitCXXFrameHandler3Table()
766 OS.emitInt32(0); in emitCXXFrameHandler3Table()
768 OS.emitInt32(1); in emitCXXFrameHandler3Table()
781 OS.emitInt32(UME.ToState); in emitCXXFrameHandler3Table()
818 OS.emitInt32(TBME.TryLow); in emitCXXFrameHandler3Table()
[all …]
H A DCodeViewDebug.cpp567 OS.emitInt32(COFF::DEBUG_SECTION_MAGIC); in MapDWLangToCVLang()
764 OS.emitInt32(COFF::DEBUG_HASHES_SECTION_MAGIC); in emitTypeGlobalHashes()
855 OS.emitInt32(Flags); in emitCompilerInformation()
965 OS.emitInt32(BuildInfoIndex.getIndex());
982 OS.emitInt32(unsigned(InlineeLinesSignature::Normal)); in emitInlineeLinesSubsection()
994 OS.emitInt32(InlineeIdx.getIndex()); in emitInlineeLinesSubsection()
998 OS.emitInt32(SP->getLine()); in emitInlineeLinesSubsection()
1014 OS.emitInt32(0); in emitInlinedCallSite()
1016 OS.emitInt32(0); in emitInlinedCallSite()
1018 OS.emitInt32(InlineeId in emitInlinedCallSite()
[all...]
H A DAIXException.cpp58 Asm->emitInt32(0); in emitExceptionInfoTable()
H A DDIE.cpp722 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue()
772 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp68 OS.emitInt32(FunctionInfos.size()); in serializeToFaultMapSection()
84 OS.emitInt32(FFI.size()); in emitFunctionInfo()
86 OS.emitInt32(0); // Reserved in emitFunctionInfo()
91 OS.emitInt32(Fault.Kind); in emitFunctionInfo()
H A DStackMaps.cpp596 OS.emitInt32(FnInfos.size()); in emitStackmapHeader()
599 OS.emitInt32(ConstPool.size()); in emitStackmapHeader()
602 OS.emitInt32(CSInfos.size()); in emitStackmapHeader()
684 OS.emitInt32(0); // padding. in emitCallsiteEntries()
701 OS.emitInt32(Loc.Offset); in emitCallsiteEntries()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp91 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoR600()
94 OutStreamer->emitInt32(R_02880C_DB_SHADER_CONTROL); in EmitProgramInfoR600()
95 OutStreamer->emitInt32(S_02880C_KILL_ENABLE(killPixel)); in EmitProgramInfoR600()
98 OutStreamer->emitInt32(R_0288E8_SQ_LDS_ALLOC); in EmitProgramInfoR600()
H A DAMDGPUAsmPrinter.cpp1138 OutStreamer->emitInt32(R_00B848_COMPUTE_PGM_RSRC1); in EmitProgramInfoSI()
1143 OutStreamer->emitInt32(R_00B84C_COMPUTE_PGM_RSRC2); in EmitProgramInfoSI()
1146 OutStreamer->emitInt32(R_00B860_COMPUTE_TMPRING_SIZE); in EmitProgramInfoSI()
1167 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoSI()
1174 OutStreamer->emitInt32(R_0286E8_SPI_TMPRING_SIZE); in EmitProgramInfoSI()
1194 OutStreamer->emitInt32(R_00B02C_SPI_SHADER_PGM_RSRC2_PS); in EmitProgramInfoSI()
1198 OutStreamer->emitInt32(S_00B02C_EXTRA_LDS_SIZE(ExtraLDSSize)); in EmitProgramInfoSI()
1199 OutStreamer->emitInt32(R_0286CC_SPI_PS_INPUT_ENA); in EmitProgramInfoSI()
1200 OutStreamer->emitInt32(MFI->getPSInputEnable()); in EmitProgramInfoSI()
1201 OutStreamer->emitInt32(R_0286D0_SPI_PS_INPUT_ADDR); in EmitProgramInfoSI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp376 OS.emitInt32(LocalSize); in emitFrameDataRecord()
377 OS.emitInt32(FPO->ParamsSize); in emitFrameDataRecord()
378 OS.emitInt32(MaxStackSize); in emitFrameDataRecord()
379 OS.emitInt32(FrameFuncStrTabOff); // FrameFunc in emitFrameDataRecord()
382 OS.emitInt32(CurFlags); in emitFrameDataRecord()
402 OS.emitInt32(unsigned(DebugSubsectionKind::FrameData)); in emitFPOData()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp47 Streamer.emitInt32(22); in MSP430TargetELFStreamer()
55 Streamer.emitInt32(11); in MSP430TargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp173 OS.emitInt32(uint32_t(DebugSubsectionKind::StringTable)); in emitStringTable()
200 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitFileChecksums()
222 OS.emitInt32(File.StringTableOffset); in emitFileChecksums()
227 OS.emitInt32(0); in emitFileChecksums()
355 OS.emitInt32(uint32_t(DebugSubsectionKind::Lines)); in emitLineTableForFunction()
383 OS.emitInt32(EntryCount); in emitLineTableForFunction()
388 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
395 OS.emitInt32(LineData); in emitLineTableForFunction()
H A DMCDwarf.cpp54 S.emitInt32(dwarf::DW_LENGTH_DWARF64); in emitListsTableHeaderStart()
863 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfAranges()
930 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfInfo()
1061 MCOS->emitInt32(Entry.getFileNumber()); in EmitGenDwarfInfo()
1064 MCOS->emitInt32(Entry.getLineNumber()); in EmitGenDwarfInfo()
1094 MCOS->emitInt32(0); in emitGenDwarfRanges()
1592 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitCIE()
1719 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitFDE()
H A DMCWin64EH.cpp233 streamer.emitInt32(0); in EmitUnwindInfo()
1287 streamer.emitInt32(row1); in ARM64EmitUnwindInfoForSegment()
1300 streamer.emitInt32(row2); in ARM64EmitUnwindInfoForSegment()
1314 streamer.emitInt32(row3); in ARM64EmitUnwindInfoForSegment()
2431 streamer.emitInt32(row1); in ARMEmitUnwindInfo()
2446 streamer.emitInt32(row2); in ARMEmitUnwindInfo()
2472 streamer.emitInt32(row3); in ARMEmitUnwindInfo()
2516 streamer.emitInt32(info->PackedInfo);
2533 streamer.emitInt32(info->PackedInfo); in Emit()
H A DMCELFStreamer.cpp755 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
760 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp139 Asm->emitInt32(Unit.getUnitSize() - 4); in emitCompileUnitHeader()
146 Asm->emitInt32(0); in emitCompileUnitHeader()
150 Asm->emitInt32(0); in emitCompileUnitHeader()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp187 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset() - 4); in emitCompileUnitHeader()
195 Asm->emitInt32(0); in emitCompileUnitHeader()
200 Asm->emitInt32(0); in emitCompileUnitHeader()
332 Asm->OutStreamer->emitInt32(Off); in emitStringOffsets()
457 Asm->emitInt32(Unit.getStartOffset()); // Corresponding unit's offset in emitDwarfDebugArangesTable()
535 MS->emitInt32(0); in emitDwarfDebugRangeListHeader()
632 MS->emitInt32(0); in emitDwarfDebugLocListHeader()
821 MS->emitInt32(dwarf::DW_LENGTH_DWARF64); in emitLineTableForUnit()
1224 Asm->emitInt32(Unit.getStartOffset()); // Unit offset in emitPubSectionForUnit()
1225 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset()); // Size in emitPubSectionForUnit()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp644 S.emitInt32(NameSZ); // namesz in EmitNote()
646 S.emitInt32(NoteType); // type in EmitNote()
896 OS.emitInt32(TrapInstr); in EmitKernargPreloadHeader()
898 OS.emitInt32(Encoded_s_nop); in EmitKernargPreloadHeader()
924 OS.emitInt32(Encoded_pad); in EmitCodeEnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp103 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
108 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1371 OutStreamer->emitInt32(FrameAndFPROffset); // Offset to FPR save area with in emitPPA1()
1389 OutStreamer->emitInt32(FrameAndVROffset); in emitPPA1()
1402 OutStreamer->emitInt32(1); in emitPPA1()
1404 OutStreamer->emitInt32(0); // LSDA field is a WAS offset in emitPPA1()
1502 OutStreamer->emitInt32(0x00000000); in emitPPA2()
1504 OutStreamer->emitInt32( in emitPPA2()
1600 OutStreamer->emitInt32(DSAAndFlags); in emitFunctionEntryLabel()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp873 getStreamer().emitInt32(Data.size() + 1); // namesz in ParseDirectiveVersion()
874 getStreamer().emitInt32(0); // descsz = 0 (no description). in ParseDirectiveVersion()
875 getStreamer().emitInt32(1); // type = NT_VERSION in ParseDirectiveVersion()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp874 OutStreamer->emitInt32(ELF::GNU_PROPERTY_X86_FEATURE_1_AND); in emitStartOfAsmFile()
875 OutStreamer->emitInt32(4); // data size in emitStartOfAsmFile()
876 OutStreamer->emitInt32(FeatureFlagsAnd); // data in emitStartOfAsmFile()

12