| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 44 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 D | BTFDebug.cpp | 53 OS.emitInt32(BTFType.NameOff); in emitType() 55 OS.emitInt32(BTFType.Info); in emitType() 56 OS.emitInt32(BTFType.Size); in emitType() 193 OS.emitInt32(IntVal); in emitType() 230 OS.emitInt32(Enum.NameOff); in emitType() 231 OS.emitInt32(Enum.Val); in emitType() 269 OS.emitInt32(Enum.NameOff); in emitType() 271 OS.emitInt32(Enum.Val_Lo32); in emitType() 273 OS.emitInt32(Enum.Val_Hi32); in emitType() 302 OS.emitInt32(ArrayInfo.ElemType); in emitType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 258 Asm->emitInt32(HashValue); in emitHashes() 282 Asm->emitInt32(Magic); in emit() 288 Asm->emitInt32(BucketCount); in emit() 290 Asm->emitInt32(HashCount); in emit() 292 Asm->emitInt32(HeaderDataLength); in emit() 297 Asm->emitInt32(DieOffsetBase); in emit() 299 Asm->emitInt32(Atoms.size()); in emit() 315 Asm->emitInt32(index); in emitBuckets() 317 Asm->emitInt32(std::numeric_limits<uint32_t>::max()); in emitBuckets() 339 Asm->emitInt32(0); in emitData() [all …]
|
| H A D | WinException.cpp | 737 OS.emitInt32(0x19930522); in emitCXXFrameHandler3Table() 740 OS.emitInt32(FuncInfo.CxxUnwindMap.size()); in emitCXXFrameHandler3Table() 746 OS.emitInt32(FuncInfo.TryBlockMap.size()); in emitCXXFrameHandler3Table() 752 OS.emitInt32(IPToStateTable.size()); in emitCXXFrameHandler3Table() 760 OS.emitInt32(UnwindHelpOffset); in emitCXXFrameHandler3Table() 764 OS.emitInt32(0); in emitCXXFrameHandler3Table() 768 OS.emitInt32(0); in emitCXXFrameHandler3Table() 770 OS.emitInt32(1); in emitCXXFrameHandler3Table() 783 OS.emitInt32(UME.ToState); in emitCXXFrameHandler3Table() 820 OS.emitInt32(TBME.TryLow); in emitCXXFrameHandler3Table() [all …]
|
| H A D | CodeViewDebug.cpp | 569 OS.emitInt32(COFF::DEBUG_SECTION_MAGIC); in emitCodeViewMagicVersion() 782 OS.emitInt32(COFF::DEBUG_HASHES_SECTION_MAGIC); in emitTypeGlobalHashes() 839 OS.emitInt32(getFuncIdForSubprogram(SP).getIndex()); in emitSecureHotPatchInformation() 895 OS.emitInt32(Flags); in emitCompilerInformation() 972 OS.emitInt32(BuildInfoIndex.getIndex()); in emitBuildInfo() 989 OS.emitInt32(unsigned(InlineeLinesSignature::Normal)); in emitInlineeLinesSubsection() 1001 OS.emitInt32(InlineeIdx.getIndex()); in emitInlineeLinesSubsection() 1005 OS.emitInt32(SP->getLine()); in emitInlineeLinesSubsection() 1021 OS.emitInt32(0); in emitInlinedCallSite() 1023 OS.emitInt32(0); in emitInlinedCallSite() [all …]
|
| H A D | AIXException.cpp | 58 Asm->emitInt32(0); in emitExceptionInfoTable()
|
| H A D | DIE.cpp | 725 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue() 775 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | FaultMaps.cpp | 68 OS.emitInt32(FunctionInfos.size()); in serializeToFaultMapSection() 84 OS.emitInt32(FFI.size()); in emitFunctionInfo() 86 OS.emitInt32(0); // Reserved in emitFunctionInfo() 89 OS.emitInt32(Fault.Kind); in emitFunctionInfo()
|
| H A D | StackMaps.cpp | 587 OS.emitInt32(FnInfos.size()); in emitStackmapHeader() 590 OS.emitInt32(ConstPool.size()); in emitStackmapHeader() 593 OS.emitInt32(CSInfos.size()); in emitStackmapHeader() 675 OS.emitInt32(0); // padding. in emitCallsiteEntries() 692 OS.emitInt32(Loc.Offset); in emitCallsiteEntries()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600AsmPrinter.cpp | 91 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 D | AMDGPUAsmPrinter.cpp | 1335 OutStreamer->emitInt32(R_00B848_COMPUTE_PGM_RSRC1); in EmitProgramInfoSI() 1340 OutStreamer->emitInt32(R_00B84C_COMPUTE_PGM_RSRC2); in EmitProgramInfoSI() 1343 OutStreamer->emitInt32(R_00B860_COMPUTE_TMPRING_SIZE); in EmitProgramInfoSI() 1364 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoSI() 1371 OutStreamer->emitInt32(R_0286E8_SPI_TMPRING_SIZE); in EmitProgramInfoSI() 1391 OutStreamer->emitInt32(R_00B02C_SPI_SHADER_PGM_RSRC2_PS); in EmitProgramInfoSI() 1395 OutStreamer->emitInt32(S_00B02C_EXTRA_LDS_SIZE(ExtraLDSSize)); in EmitProgramInfoSI() 1396 OutStreamer->emitInt32(R_0286CC_SPI_PS_INPUT_ENA); in EmitProgramInfoSI() 1397 OutStreamer->emitInt32(MFI->getPSInputEnable()); in EmitProgramInfoSI() 1398 OutStreamer->emitInt32(R_0286D0_SPI_PS_INPUT_ADDR); in EmitProgramInfoSI() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 47 Streamer.emitInt32(22); in MSP430TargetELFStreamer() 55 Streamer.emitInt32(11); in MSP430TargetELFStreamer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 384 OS.emitInt32(LocalSize); in emitFrameDataRecord() 385 OS.emitInt32(FPO->ParamsSize); in emitFrameDataRecord() 386 OS.emitInt32(MaxStackSize); in emitFrameDataRecord() 387 OS.emitInt32(FrameFuncStrTabOff); // FrameFunc in emitFrameDataRecord() 390 OS.emitInt32(CurFlags); in emitFrameDataRecord() 410 OS.emitInt32(unsigned(DebugSubsectionKind::FrameData)); in emitFPOData()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 161 OS.emitInt32(uint32_t(DebugSubsectionKind::StringTable)); in emitStringTable() 188 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitFileChecksums() 210 OS.emitInt32(File.StringTableOffset); in emitFileChecksums() 215 OS.emitInt32(0); in emitFileChecksums() 343 OS.emitInt32(uint32_t(DebugSubsectionKind::Lines)); in emitLineTableForFunction() 369 OS.emitInt32(EntryCount); in emitLineTableForFunction() 374 OS.emitInt32(SegmentSize); in emitLineTableForFunction() 381 OS.emitInt32(LineData); in emitLineTableForFunction()
|
| H A D | MCELFStreamer.cpp | 639 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection() 644 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection() 702 emitInt32(VendorHeaderSize + VendorParameters + ContentsSize); in createAttributesWithSubsection()
|
| H A D | MCDwarf.cpp | 50 S.emitInt32(dwarf::DW_LENGTH_DWARF64); in emitListsTableHeaderStart() 902 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfAranges() 968 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfInfo() 1097 MCOS->emitInt32(Entry.getFileNumber()); in EmitGenDwarfInfo() 1100 MCOS->emitInt32(Entry.getLineNumber()); in EmitGenDwarfInfo() 1129 MCOS->emitInt32(0); in emitGenDwarfRanges() 1650 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitCIE() 1777 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitFDE()
|
| H A D | MCWin64EH.cpp | 375 streamer.emitInt32(0); in EmitUnwindInfo() 1493 streamer.emitInt32(row1); in ARM64EmitUnwindInfoForSegment() 1506 streamer.emitInt32(row2); in ARM64EmitUnwindInfoForSegment() 1520 streamer.emitInt32(row3); in ARM64EmitUnwindInfoForSegment() 2637 streamer.emitInt32(row1); in ARMEmitUnwindInfo() 2652 streamer.emitInt32(row2); in ARMEmitUnwindInfo() 2678 streamer.emitInt32(row3); in ARMEmitUnwindInfo() 2722 streamer.emitInt32(info->PackedInfo); in ARM64EmitRuntimeFunction() 2739 streamer.emitInt32(info->PackedInfo); in ARMEmitRuntimeFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFEmitterImpl.cpp | 140 Asm->emitInt32(Unit.getUnitSize() - 4); in emitCompileUnitHeader() 147 Asm->emitInt32(0); in emitCompileUnitHeader() 151 Asm->emitInt32(0); in emitCompileUnitHeader()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 187 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() 822 MS->emitInt32(dwarf::DW_LENGTH_DWARF64); in emitLineTableForUnit() 1229 Asm->emitInt32(Unit.getStartOffset()); // Unit offset in emitPubSectionForUnit() 1230 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset()); // Size in emitPubSectionForUnit() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 915 OutStreamer->emitInt32(ELF::GNU_PROPERTY_X86_FEATURE_1_AND); in emitStartOfAsmFile() 916 OutStreamer->emitInt32(4); // data size in emitStartOfAsmFile() 917 OutStreamer->emitInt32(FeatureFlagsAnd); // data in emitStartOfAsmFile() 1057 OutStreamer->emitInt32(SectionSize); in emitEndOfAsmFile() 1060 OutStreamer->emitInt32(Kind); in emitEndOfAsmFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.cpp | 104 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection() 109 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1506 OutStreamer->emitInt32(FrameAndFPROffset); // Offset to FPR save area with in emitPPA1() 1524 OutStreamer->emitInt32(FrameAndVROffset); in emitPPA1() 1537 OutStreamer->emitInt32(1); in emitPPA1() 1539 OutStreamer->emitInt32(0); // LSDA field is a WAS offset in emitPPA1() 1638 OutStreamer->emitInt32(0x00000000); in emitPPA2() 1640 OutStreamer->emitInt32( in emitPPA2() 1736 OutStreamer->emitInt32(DSAAndFlags); in emitFunctionEntryLabel()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 836 getStreamer().emitInt32(Data.size() + 1); // namesz in parseDirectiveVersion() 837 getStreamer().emitInt32(0); // descsz = 0 (no description). in parseDirectiveVersion() 838 getStreamer().emitInt32(1); // type = NT_VERSION in parseDirectiveVersion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 690 S.emitInt32(NameSZ); // namesz in EmitNote() 692 S.emitInt32(NoteType); // type in EmitNote() 959 OS.emitInt32(Encoded_pad); in EmitCodeEnd()
|