| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 47 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 …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 40 OS.emitInt32(BTFType.Info); in emitType() 41 OS.emitInt32(BTFType.Size); in emitType() 152 OS.emitInt32(IntVal); in emitType() 349 OS.emitInt32(Info); in emitType() 797 OS.emitInt32(0); in emitBTFSection() 798 OS.emitInt32(TypeLen); in emitBTFSection() 799 OS.emitInt32(TypeLen); in emitBTFSection() 800 OS.emitInt32(StrLen); in emitBTFSection() 850 OS.emitInt32(0); in emitBTFExtSection() 851 OS.emitInt32(FuncLen); in emitBTFExtSection() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 279 Asm->emitInt32(Magic); in emit() 285 Asm->emitInt32(BucketCount); in emit() 287 Asm->emitInt32(HashCount); in emit() 296 Asm->emitInt32(Atoms.size()); in emit() 312 Asm->emitInt32(index); in emitBuckets() 336 Asm->emitInt32(0); in emitData() 349 Asm->emitInt32(0); in emitData() 380 Asm->emitInt32(BucketCount); in emit() 382 Asm->emitInt32(NameCount); in emit() 605 Asm->emitInt32(Offset); in emit() [all …]
|
| H A D | WinException.cpp | 741 OS.emitInt32(0x19930522); in emitCXXFrameHandler3Table() 767 OS.emitInt32(0); in emitCXXFrameHandler3Table() 770 OS.emitInt32(1); in emitCXXFrameHandler3Table() 782 OS.emitInt32(UME.ToState); in emitCXXFrameHandler3Table() 1056 OS.emitInt32(0); in emitExceptHandlerTable() 1060 OS.emitInt32(0); in emitExceptHandlerTable() 1073 OS.emitInt32(ToState); in emitExceptHandlerTable() 1150 OS.emitInt32(0xffffffff); in emitCLRExceptionTable() 1152 OS.emitInt32(NumStates); in emitCLRExceptionTable() 1243 OS.emitInt32(Clauses.size()); in emitCLRExceptionTable() [all …]
|
| H A D | CodeViewDebug.cpp | 927 OS.emitInt32(0); in emitInlinedCallSite() 929 OS.emitInt32(0); in emitInlinedCallSite() 990 OS.emitInt32(0); in emitDebugInfoForThunk() 992 OS.emitInt32(0); in emitDebugInfoForThunk() 994 OS.emitInt32(0); in emitDebugInfoForThunk() 1060 OS.emitInt32(0); in emitDebugInfoForFunction() 1062 OS.emitInt32(0); in emitDebugInfoForFunction() 1064 OS.emitInt32(0); in emitDebugInfoForFunction() 1070 OS.emitInt32(0); in emitDebugInfoForFunction() 1072 OS.emitInt32(0); in emitDebugInfoForFunction() [all …]
|
| H A D | AIXException.cpp | 46 Asm->emitInt32(0); in emitExceptionInfoTable()
|
| H A D | DIE.cpp | 735 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue() 787 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue()
|
| /freebsd-13.1/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() 91 OS.emitInt32(Fault.Kind); in emitFunctionInfo()
|
| H A D | StackMaps.cpp | 582 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 D | TargetLoweringObjectFileImpl.cpp | 371 Streamer.emitInt32(Version); in emitModuleMetadata() 372 Streamer.emitInt32(Flags); in emitModuleMetadata() 1209 Streamer.emitInt32(VersionVal); in emitModuleMetadata() 1210 Streamer.emitInt32(ImageInfoFlags); in emitModuleMetadata() 1756 Streamer.emitInt32(Version); in emitModuleMetadata() 1757 Streamer.emitInt32(Flags); in emitModuleMetadata()
|
| /freebsd-13.1/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 | 882 OutStreamer->emitInt32(R_00B848_COMPUTE_PGM_RSRC1); in EmitProgramInfoSI() 895 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoSI() 898 OutStreamer->emitInt32(R_0286E8_SPI_TMPRING_SIZE); in EmitProgramInfoSI() 905 OutStreamer->emitInt32( in EmitProgramInfoSI() 907 OutStreamer->emitInt32(R_0286CC_SPI_PS_INPUT_ENA); in EmitProgramInfoSI() 908 OutStreamer->emitInt32(MFI->getPSInputEnable()); in EmitProgramInfoSI() 910 OutStreamer->emitInt32(MFI->getPSInputAddr()); in EmitProgramInfoSI() 913 OutStreamer->emitInt32(R_SPILLED_SGPRS); in EmitProgramInfoSI() 914 OutStreamer->emitInt32(MFI->getNumSpilledSGPRs()); in EmitProgramInfoSI() 915 OutStreamer->emitInt32(R_SPILLED_VGPRS); in EmitProgramInfoSI() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 659 OS.emitInt32(Major); in EmitDirectiveHSACodeObjectVersion() 660 OS.emitInt32(Minor); in EmitDirectiveHSACodeObjectVersion() 682 OS.emitInt32(Major); in EmitDirectiveHSACodeObjectISAV2() 683 OS.emitInt32(Minor); in EmitDirectiveHSACodeObjectISAV2() 684 OS.emitInt32(Stepping); in EmitDirectiveHSACodeObjectISAV2() 818 OS.emitInt32(Encoded_pad); in EmitCodeEnd() 851 Streamer.emitInt32(KernelDescriptor.group_segment_fixed_size); in EmitAmdhsaKernelDescriptor() 853 Streamer.emitInt32(KernelDescriptor.kernarg_size); in EmitAmdhsaKernelDescriptor() 871 Streamer.emitInt32(KernelDescriptor.compute_pgm_rsrc3); in EmitAmdhsaKernelDescriptor() 872 Streamer.emitInt32(KernelDescriptor.compute_pgm_rsrc1); in EmitAmdhsaKernelDescriptor() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 375 OS.emitInt32(LocalSize); in emitFrameDataRecord() 376 OS.emitInt32(FPO->ParamsSize); in emitFrameDataRecord() 377 OS.emitInt32(MaxStackSize); in emitFrameDataRecord() 378 OS.emitInt32(FrameFuncStrTabOff); // FrameFunc in emitFrameDataRecord() 381 OS.emitInt32(CurFlags); in emitFrameDataRecord() 401 OS.emitInt32(unsigned(DebugSubsectionKind::FrameData)); in emitFPOData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 48 Streamer.emitInt32(22); in MSP430TargetELFStreamer() 56 Streamer.emitInt32(11); in MSP430TargetELFStreamer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 149 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset() - 4); in emitCompileUnitHeader() 157 Asm->emitInt32(0); in emitCompileUnitHeader() 162 Asm->emitInt32(0); in emitCompileUnitHeader() 212 Asm.emitInt32(11 + Die.getSize() - 4); in emitPaperTrailWarningsDie() 214 Asm.emitInt32(0); in emitPaperTrailWarningsDie() 384 Asm->emitInt32(Unit.getStartOffset()); // Corresponding unit's offset in emitUnitRangesEntries() 744 Asm->emitInt32(Unit.getStartOffset()); // Unit offset in emitPubSectionForUnit() 745 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset()); // Size in emitPubSectionForUnit() 748 Asm->emitInt32(Name.Die->getOffset()); in emitPubSectionForUnit() 758 Asm->emitInt32(0); // End marker. in emitPubSectionForUnit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 175 OS.emitInt32(uint32_t(DebugSubsectionKind::StringTable)); in emitStringTable() 202 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitFileChecksums() 224 OS.emitInt32(File.StringTableOffset); in emitFileChecksums() 229 OS.emitInt32(0); in emitFileChecksums() 334 OS.emitInt32(uint32_t(DebugSubsectionKind::Lines)); in emitLineTableForFunction() 362 OS.emitInt32(EntryCount); in emitLineTableForFunction() 367 OS.emitInt32(SegmentSize); in emitLineTableForFunction() 374 OS.emitInt32(LineData); in emitLineTableForFunction()
|
| H A D | MCWin64EH.cpp | 221 streamer.emitInt32(0); in EmitUnwindInfo() 1014 streamer.emitInt32(row1); in ARM64EmitUnwindInfo() 1026 streamer.emitInt32(row2); in ARM64EmitUnwindInfo() 1039 streamer.emitInt32(row3); in ARM64EmitUnwindInfo() 1078 streamer.emitInt32(info->PackedInfo); in ARM64EmitRuntimeFunction()
|
| H A D | MCDwarf.cpp | 54 S.emitInt32(dwarf::DW_LENGTH_DWARF64); in emitListsTableHeaderStart() 828 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfAranges() 895 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfInfo() 1026 MCOS->emitInt32(Entry.getFileNumber()); in EmitGenDwarfInfo() 1029 MCOS->emitInt32(Entry.getLineNumber()); in EmitGenDwarfInfo() 1059 MCOS->emitInt32(0); in emitGenDwarfRanges() 1554 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitCIE() 1679 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitFDE()
|
| H A D | MCELFStreamer.cpp | 854 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection() 859 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 119 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection() 124 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 654 OutStreamer->emitInt32(ELF::GNU_PROPERTY_X86_FEATURE_1_AND); in emitStartOfAsmFile() 655 OutStreamer->emitInt32(4); // data size in emitStartOfAsmFile() 656 OutStreamer->emitInt32(FeatureFlagsAnd); // data in emitStartOfAsmFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 847 getStreamer().emitInt32(Data.size() + 1); // namesz in ParseDirectiveVersion() 848 getStreamer().emitInt32(0); // descsz = 0 (no description). in ParseDirectiveVersion() 849 getStreamer().emitInt32(1); // type = NT_VERSION in ParseDirectiveVersion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1127 emitInt32(ARM::EHABI::EXIDX_CANTUNWIND); in emitFnEnd() 1226 emitInt32(Intval); in FlushUnwindOpcodes() 1237 emitInt32(0); in FlushUnwindOpcodes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 573 void emitInt32(int Value) const;
|