Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp47 Streamer->emitInt32(ri_gprmask); in EmitMipsOptionRecord()
48 Streamer->emitInt32(0); // pad in EmitMipsOptionRecord()
49 Streamer->emitInt32(ri_cprmask[0]); in EmitMipsOptionRecord()
50 Streamer->emitInt32(ri_cprmask[1]); in EmitMipsOptionRecord()
51 Streamer->emitInt32(ri_cprmask[2]); in EmitMipsOptionRecord()
52 Streamer->emitInt32(ri_cprmask[3]); in EmitMipsOptionRecord()
61 Streamer->emitInt32(ri_gprmask); in EmitMipsOptionRecord()
62 Streamer->emitInt32(ri_cprmask[0]); in EmitMipsOptionRecord()
63 Streamer->emitInt32(ri_cprmask[1]); in EmitMipsOptionRecord()
64 Streamer->emitInt32(ri_cprmask[2]); in EmitMipsOptionRecord()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp278 Asm->emitInt32(Magic); in emit()
284 Asm->emitInt32(BucketCount); in emit()
286 Asm->emitInt32(HashCount); in emit()
295 Asm->emitInt32(Atoms.size()); in emit()
311 Asm->emitInt32(index); in emitBuckets()
335 Asm->emitInt32(0); in emitData()
348 Asm->emitInt32(0); in emitData()
379 Asm->emitInt32(BucketCount); in emit()
381 Asm->emitInt32(NameCount); in emit()
604 Asm->emitInt32(Offset); in emit()
[all …]
H A DWinException.cpp743 OS.emitInt32(0x19930522); in emitCXXFrameHandler3Table()
770 OS.emitInt32(0); in emitCXXFrameHandler3Table()
773 OS.emitInt32(1); in emitCXXFrameHandler3Table()
785 OS.emitInt32(UME.ToState); in emitCXXFrameHandler3Table()
1066 OS.emitInt32(0); in emitExceptHandlerTable()
1070 OS.emitInt32(0); in emitExceptHandlerTable()
1083 OS.emitInt32(ToState); in emitExceptHandlerTable()
1160 OS.emitInt32(0xffffffff); in emitCLRExceptionTable()
1162 OS.emitInt32(NumStates); in emitCLRExceptionTable()
1253 OS.emitInt32(Clauses.size()); in emitCLRExceptionTable()
[all …]
H A DCodeViewDebug.cpp1007 OS.emitInt32(0); in emitInlinedCallSite()
1009 OS.emitInt32(0); in emitInlinedCallSite()
1070 OS.emitInt32(0); in emitDebugInfoForThunk()
1072 OS.emitInt32(0); in emitDebugInfoForThunk()
1074 OS.emitInt32(0); in emitDebugInfoForThunk()
1140 OS.emitInt32(0); in emitDebugInfoForFunction()
1142 OS.emitInt32(0); in emitDebugInfoForFunction()
1144 OS.emitInt32(0); in emitDebugInfoForFunction()
1150 OS.emitInt32(0); in emitDebugInfoForFunction()
1152 OS.emitInt32(0); in emitDebugInfoForFunction()
[all …]
H A DAIXException.cpp59 Asm->emitInt32(0); in emitExceptionInfoTable()
H A DDIE.cpp727 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue()
777 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp41 OS.emitInt32(BTFType.Info); in emitType()
42 OS.emitInt32(BTFType.Size); in emitType()
162 OS.emitInt32(IntVal); in emitType()
402 OS.emitInt32(Info); in emitType()
461 OS.emitInt32(Info); in emitType()
1012 OS.emitInt32(0); in emitBTFSection()
1013 OS.emitInt32(TypeLen); in emitBTFSection()
1014 OS.emitInt32(TypeLen); in emitBTFSection()
1015 OS.emitInt32(StrLen); in emitBTFSection()
1067 OS.emitInt32(0); in emitBTFExtSection()
[all …]
/llvm-project-15.0.7/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.cpp582 OS.emitInt32(FnInfos.size()); in emitStackmapHeader()
585 OS.emitInt32(ConstPool.size()); in emitStackmapHeader()
588 OS.emitInt32(CSInfos.size()); in emitStackmapHeader()
670 OS.emitInt32(0); // padding. in emitCallsiteEntries()
687 OS.emitInt32(Loc.Offset); in emitCallsiteEntries()
H A DTargetLoweringObjectFileImpl.cpp370 Streamer.emitInt32(Version); in emitModuleMetadata()
371 Streamer.emitInt32(Flags); in emitModuleMetadata()
1232 Streamer.emitInt32(VersionVal); in emitModuleMetadata()
1233 Streamer.emitInt32(ImageInfoFlags); in emitModuleMetadata()
1782 Streamer.emitInt32(Version); in emitModuleMetadata()
1783 Streamer.emitInt32(Flags); in emitModuleMetadata()
/llvm-project-15.0.7/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.cpp978 OutStreamer->emitInt32( in EmitProgramInfoSI()
986 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoSI()
989 OutStreamer->emitInt32(R_0286E8_SPI_TMPRING_SIZE); in EmitProgramInfoSI()
990 OutStreamer->emitInt32( in EmitProgramInfoSI()
1002 OutStreamer->emitInt32(R_0286CC_SPI_PS_INPUT_ENA); in EmitProgramInfoSI()
1003 OutStreamer->emitInt32(MFI->getPSInputEnable()); in EmitProgramInfoSI()
1005 OutStreamer->emitInt32(MFI->getPSInputAddr()); in EmitProgramInfoSI()
1008 OutStreamer->emitInt32(R_SPILLED_SGPRS); in EmitProgramInfoSI()
1009 OutStreamer->emitInt32(MFI->getNumSpilledSGPRs()); in EmitProgramInfoSI()
1010 OutStreamer->emitInt32(R_SPILLED_VGPRS); in EmitProgramInfoSI()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp685 OS.emitInt32(Major); in EmitDirectiveHSACodeObjectVersion()
686 OS.emitInt32(Minor); in EmitDirectiveHSACodeObjectVersion()
708 OS.emitInt32(Major); in EmitDirectiveHSACodeObjectISAV2()
709 OS.emitInt32(Minor); in EmitDirectiveHSACodeObjectISAV2()
710 OS.emitInt32(Stepping); in EmitDirectiveHSACodeObjectISAV2()
844 OS.emitInt32(Encoded_pad); in EmitCodeEnd()
877 Streamer.emitInt32(KernelDescriptor.group_segment_fixed_size); in EmitAmdhsaKernelDescriptor()
879 Streamer.emitInt32(KernelDescriptor.kernarg_size); in EmitAmdhsaKernelDescriptor()
897 Streamer.emitInt32(KernelDescriptor.compute_pgm_rsrc3); in EmitAmdhsaKernelDescriptor()
898 Streamer.emitInt32(KernelDescriptor.compute_pgm_rsrc1); in EmitAmdhsaKernelDescriptor()
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp51 Streamer.emitInt32(22); in MSP430TargetELFStreamer()
59 Streamer.emitInt32(11); in MSP430TargetELFStreamer()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp150 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset() - 4); in emitCompileUnitHeader()
158 Asm->emitInt32(0); in emitCompileUnitHeader()
163 Asm->emitInt32(0); in emitCompileUnitHeader()
213 Asm.emitInt32(11 + Die.getSize() - 4); in emitPaperTrailWarningsDie()
215 Asm.emitInt32(0); in emitPaperTrailWarningsDie()
399 Asm->emitInt32(Unit.getStartOffset()); // Corresponding unit's offset in emitUnitRangesEntries()
757 Asm->emitInt32(Unit.getStartOffset()); // Unit offset in emitPubSectionForUnit()
758 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset()); // Size in emitPubSectionForUnit()
761 Asm->emitInt32(Name.Die->getOffset()); in emitPubSectionForUnit()
771 Asm->emitInt32(0); // End marker. in emitPubSectionForUnit()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp176 OS.emitInt32(uint32_t(DebugSubsectionKind::StringTable)); in emitStringTable()
203 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitFileChecksums()
225 OS.emitInt32(File.StringTableOffset); in emitFileChecksums()
230 OS.emitInt32(0); in emitFileChecksums()
335 OS.emitInt32(uint32_t(DebugSubsectionKind::Lines)); in emitLineTableForFunction()
363 OS.emitInt32(EntryCount); in emitLineTableForFunction()
368 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
375 OS.emitInt32(LineData); in emitLineTableForFunction()
H A DMCDwarf.cpp53 S.emitInt32(dwarf::DW_LENGTH_DWARF64); in emitListsTableHeaderStart()
858 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfAranges()
925 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfInfo()
1056 MCOS->emitInt32(Entry.getFileNumber()); in EmitGenDwarfInfo()
1059 MCOS->emitInt32(Entry.getLineNumber()); in EmitGenDwarfInfo()
1089 MCOS->emitInt32(0); in emitGenDwarfRanges()
1584 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitCIE()
1711 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitFDE()
H A DMCWin64EH.cpp223 streamer.emitInt32(0); in EmitUnwindInfo()
1074 streamer.emitInt32(row1); in ARM64EmitUnwindInfo()
1084 streamer.emitInt32(row2); in ARM64EmitUnwindInfo()
1098 streamer.emitInt32(row3); in ARM64EmitUnwindInfo()
2129 streamer.emitInt32(row1); in ARMEmitUnwindInfo()
2144 streamer.emitInt32(row2); in ARMEmitUnwindInfo()
2170 streamer.emitInt32(row3); in ARMEmitUnwindInfo()
2215 streamer.emitInt32(info->PackedInfo); in ARMEmitRuntimeFunction()
H A DMCELFStreamer.cpp853 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
858 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp288 Asm.emitInt32((int)dwarf::DW_LENGTH_DWARF64); in writeDefaultPrologue()
314 Asm.emitInt32((int)dwarf::DW_LENGTH_DWARF64); in writePrologue()
317 Asm.emitInt32(Prologue->TotalLength); in writePrologue()
327 Asm.emitInt32(Prologue->PrologueLength); in writePrologue()
530 Asm->emitInt32(Length); in generate()
533 Asm->emitInt32(0); in generate()
538 Asm->emitInt32(0); in generate()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp94 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
99 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp103 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
108 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp695 OutStreamer->emitInt32(ELF::GNU_PROPERTY_X86_FEATURE_1_AND); in emitStartOfAsmFile()
696 OutStreamer->emitInt32(4); // data size in emitStartOfAsmFile()
697 OutStreamer->emitInt32(FeatureFlagsAnd); // data in emitStartOfAsmFile()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp866 getStreamer().emitInt32(Data.size() + 1); // namesz in ParseDirectiveVersion()
867 getStreamer().emitInt32(0); // descsz = 0 (no description). in ParseDirectiveVersion()
868 getStreamer().emitInt32(1); // type = NT_VERSION in ParseDirectiveVersion()

12