| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 46 Streamer->emitInt32(0); // info in EmitMipsOptionRecord() 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() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 254 Asm->emitInt32(HashValue); in emitHashes() 278 Asm->emitInt32(Magic); in emit() 284 Asm->emitInt32(BucketCount); in emit() 286 Asm->emitInt32(HashCount); in emit() 288 Asm->emitInt32(HeaderDataLength); in emit() 293 Asm->emitInt32(DieOffsetBase); in emit() 295 Asm->emitInt32(Atoms.size()); in emit() 311 Asm->emitInt32(index); in emitBuckets() 313 Asm->emitInt32(std::numeric_limits<uint32_t>::max()); in emitBuckets() 335 Asm->emitInt32(0); in emitData() [all …]
|
| H A D | WinException.cpp | 735 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() 765 OS.emitInt32(1); in emitCXXFrameHandler3Table() 777 OS.emitInt32(UME.ToState); in emitCXXFrameHandler3Table() 814 OS.emitInt32(TBME.TryLow); in emitCXXFrameHandler3Table() 817 OS.emitInt32(TBME.TryHigh); in emitCXXFrameHandler3Table() [all …]
|
| H A D | CodeViewDebug.cpp | 563 OS.emitInt32(COFF::DEBUG_SECTION_MAGIC); in emitCodeViewMagicVersion() 757 OS.emitInt32(COFF::DEBUG_HASHES_SECTION_MAGIC); in emitTypeGlobalHashes() 849 OS.emitInt32(Flags); in emitCompilerInformation() 959 OS.emitInt32(BuildInfoIndex.getIndex()); in emitBuildInfo() 976 OS.emitInt32(unsigned(InlineeLinesSignature::Normal)); in emitInlineeLinesSubsection() 988 OS.emitInt32(InlineeIdx.getIndex()); in emitInlineeLinesSubsection() 992 OS.emitInt32(SP->getLine()); in emitInlineeLinesSubsection() 1008 OS.emitInt32(0); in emitInlinedCallSite() 1010 OS.emitInt32(0); in emitInlinedCallSite() 1012 OS.emitInt32(InlineeIdx.getIndex()); in emitInlinedCallSite() [all …]
|
| H A D | AIXException.cpp | 57 Asm->emitInt32(0); in emitExceptionInfoTable()
|
| H A D | DIE.cpp | 727 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue() 777 case dwarf::DW_FORM_block4: Asm->emitInt32(Size); break; in emitValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 40 OS.emitInt32(BTFType.NameOff); in emitType() 42 OS.emitInt32(BTFType.Info); in emitType() 43 OS.emitInt32(BTFType.Size); in emitType() 163 OS.emitInt32(IntVal); in emitType() 200 OS.emitInt32(Enum.NameOff); in emitType() 201 OS.emitInt32(Enum.Val); in emitType() 239 OS.emitInt32(Enum.NameOff); in emitType() 241 OS.emitInt32(Enum.Val_Lo32); in emitType() 243 OS.emitInt32(Enum.Val_Hi32); in emitType() 272 OS.emitInt32(ArrayInfo.ElemType); in emitType() [all …]
|
| /openbsd-src/gnu/llvm/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 | 599 OS.emitInt32(FnInfos.size()); in emitStackmapHeader() 602 OS.emitInt32(ConstPool.size()); in emitStackmapHeader() 605 OS.emitInt32(CSInfos.size()); in emitStackmapHeader() 687 OS.emitInt32(0); // padding. in emitCallsiteEntries() 704 OS.emitInt32(Loc.Offset); in emitCallsiteEntries()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 404 Streamer.emitInt32(Version); in emitModuleMetadata() 405 Streamer.emitInt32(Flags); in emitModuleMetadata() 1266 Streamer.emitInt32(VersionVal); in emitModuleMetadata() 1267 Streamer.emitInt32(ImageInfoFlags); in emitModuleMetadata() 1816 Streamer.emitInt32(Version); in emitModuleMetadata() 1817 Streamer.emitInt32(Flags); in emitModuleMetadata()
|
| /openbsd-src/gnu/llvm/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 | 963 OutStreamer->emitInt32(R_00B848_COMPUTE_PGM_RSRC1); in EmitProgramInfoSI() 965 OutStreamer->emitInt32(CurrentProgramInfo.getComputePGMRSrc1()); in EmitProgramInfoSI() 967 OutStreamer->emitInt32(R_00B84C_COMPUTE_PGM_RSRC2); in EmitProgramInfoSI() 968 OutStreamer->emitInt32(CurrentProgramInfo.ComputePGMRSrc2); in EmitProgramInfoSI() 970 OutStreamer->emitInt32(R_00B860_COMPUTE_TMPRING_SIZE); in EmitProgramInfoSI() 971 OutStreamer->emitInt32( in EmitProgramInfoSI() 979 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoSI() 982 OutStreamer->emitInt32(R_0286E8_SPI_TMPRING_SIZE); in EmitProgramInfoSI() 983 OutStreamer->emitInt32( in EmitProgramInfoSI() 990 OutStreamer->emitInt32(R_00B02C_SPI_SHADER_PGM_RSRC2_PS); in EmitProgramInfoSI() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 542 S.emitInt32(NameSZ); // namesz in EmitNote() 544 S.emitInt32(NoteType); // type in EmitNote() 686 OS.emitInt32(Major); in EmitDirectiveHSACodeObjectVersion() 687 OS.emitInt32(Minor); in EmitDirectiveHSACodeObjectVersion() 709 OS.emitInt32(Major); in EmitDirectiveHSACodeObjectISAV2() 710 OS.emitInt32(Minor); in EmitDirectiveHSACodeObjectISAV2() 711 OS.emitInt32(Stepping); in EmitDirectiveHSACodeObjectISAV2() 845 OS.emitInt32(Encoded_pad); in EmitCodeEnd() 878 Streamer.emitInt32(KernelDescriptor.group_segment_fixed_size); in EmitAmdhsaKernelDescriptor() 879 Streamer.emitInt32(KernelDescriptor.private_segment_fixed_size); in EmitAmdhsaKernelDescriptor() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 376 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 51 Streamer.emitInt32(22); in MSP430TargetELFStreamer() 59 Streamer.emitInt32(11); in MSP430TargetELFStreamer()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 176 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 D | MCDwarf.cpp | 53 S.emitInt32(dwarf::DW_LENGTH_DWARF64); in emitListsTableHeaderStart() 855 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfAranges() 922 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfInfo() 1053 MCOS->emitInt32(Entry.getFileNumber()); in EmitGenDwarfInfo() 1056 MCOS->emitInt32(Entry.getLineNumber()); in EmitGenDwarfInfo() 1086 MCOS->emitInt32(0); in emitGenDwarfRanges() 1581 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitCIE() 1708 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitFDE()
|
| H A D | MCWin64EH.cpp | 233 streamer.emitInt32(0); in EmitUnwindInfo() 1278 streamer.emitInt32(row1); in ARM64EmitUnwindInfoForSegment() 1291 streamer.emitInt32(row2); in ARM64EmitUnwindInfoForSegment() 1305 streamer.emitInt32(row3); in ARM64EmitUnwindInfoForSegment() 2419 streamer.emitInt32(row1); in ARMEmitUnwindInfo() 2434 streamer.emitInt32(row2); in ARMEmitUnwindInfo() 2460 streamer.emitInt32(row3); in ARMEmitUnwindInfo() 2504 streamer.emitInt32(info->PackedInfo); in ARM64EmitRuntimeFunction() 2521 streamer.emitInt32(info->PackedInfo); in ARMEmitRuntimeFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 155 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset() - 4); in emitCompileUnitHeader() 163 Asm->emitInt32(0); in emitCompileUnitHeader() 168 Asm->emitInt32(0); in emitCompileUnitHeader() 218 Asm.emitInt32(11 + Die.getSize() - 4); in emitPaperTrailWarningsDie() 220 Asm.emitInt32(0); in emitPaperTrailWarningsDie() 347 Asm->emitInt32(Unit.getStartOffset()); // Corresponding unit's offset in emitDwarfDebugArangesTable() 736 Asm->emitInt32(Unit.getStartOffset()); // Unit offset in emitPubSectionForUnit() 737 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset()); // Size in emitPubSectionForUnit() 740 Asm->emitInt32(Name.Die->getOffset()); in emitPubSectionForUnit() 750 Asm->emitInt32(0); // End marker. in emitPubSectionForUnit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 94 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection() 99 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.cpp | 103 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection() 108 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 781 OutStreamer->emitInt32(ELF::GNU_PROPERTY_X86_FEATURE_1_AND); in emitStartOfAsmFile() 782 OutStreamer->emitInt32(4); // data size in emitStartOfAsmFile() 783 OutStreamer->emitInt32(FeatureFlagsAnd); // data in emitStartOfAsmFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 866 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1240 emitInt32(ARM::EHABI::EXIDX_CANTUNWIND); in emitFnEnd() 1339 emitInt32(Intval); in FlushUnwindOpcodes() 1350 emitInt32(0); in FlushUnwindOpcodes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1078 OutStreamer->emitInt32(FrameAndFPROffset); // Offset to FPR save area with in emitPPA1() 1096 OutStreamer->emitInt32(FrameAndVROffset); in emitPPA1() 1153 OutStreamer->emitInt32(DSAAndFlags); in emitFunctionEntryLabel()
|