| /freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 45 Streamer->EmitIntValue(40, 1); // size in EmitMipsOptionRecord() 46 Streamer->EmitIntValue(0, 2); // section in EmitMipsOptionRecord() 47 Streamer->EmitIntValue(0, 4); // info in EmitMipsOptionRecord() 48 Streamer->EmitIntValue(ri_gprmask, 4); in EmitMipsOptionRecord() 49 Streamer->EmitIntValue(0, 4); // pad in EmitMipsOptionRecord() 50 Streamer->EmitIntValue(ri_cprmask[0], 4); in EmitMipsOptionRecord() 51 Streamer->EmitIntValue(ri_cprmask[1], 4); in EmitMipsOptionRecord() 52 Streamer->EmitIntValue(ri_cprmask[2], 4); in EmitMipsOptionRecord() 54 Streamer->EmitIntValue(ri_gp_value, 8); in EmitMipsOptionRecord() 62 Streamer->EmitIntValue(ri_gprmask, 4); in EmitMipsOptionRecord() [all …]
|
| H A D | MipsABIFlagsSection.cpp | 61 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version in operator <<() 62 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<() 63 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev in operator <<() 64 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<() 65 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size in operator <<() 66 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size in operator <<() 67 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi in operator <<() 68 OS.EmitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext in operator <<() 69 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<() 70 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<() [all …]
|
| H A D | MipsELFStreamer.cpp | 106 void MipsELFStreamer::EmitIntValue(uint64_t Value, unsigned Size) { in EmitIntValue() function in MipsELFStreamer 107 MCELFStreamer::EmitIntValue(Value, Size); in EmitIntValue()
|
| H A D | MipsTargetStreamer.cpp | 1006 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd() 1007 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd() 1009 OS.EmitIntValue(FPRInfoSet ? FPRBitMask : 0, 4); // fpreg_mask in emitDirectiveEnd() 1010 OS.EmitIntValue(FPRInfoSet ? FPROffset : 0, 4); // fpreg_offset in emitDirectiveEnd() 1012 OS.EmitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset in emitDirectiveEnd() 1013 OS.EmitIntValue(FrameInfoSet ? FrameReg : 0, 4); // frame_reg in emitDirectiveEnd() 1014 OS.EmitIntValue(FrameInfoSet ? ReturnReg : 0, 4); // return_reg in emitDirectiveEnd()
|
| H A D | MipsELFStreamer.h | 62 void EmitIntValue(uint64_t Value, unsigned Size) override;
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 73 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 87 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 92 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 96 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 102 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 106 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 112 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 117 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 119 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 125 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() [all …]
|
| H A D | MCDwarf.cpp | 387 MCOS->EmitIntValue(1, 1); in emitV5FileDirTables() 496 MCOS->EmitIntValue(1, 1); in Emit() 838 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAbbrev() 876 MCOS->EmitIntValue(2, 2); in EmitGenDwarfAranges() 883 MCOS->EmitIntValue(0, 4); in EmitGenDwarfAranges() 887 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAranges() 890 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAranges() 951 MCOS->EmitIntValue(0, 4); in EmitGenDwarfInfo() 969 MCOS->EmitIntValue(0, 4); in EmitGenDwarfInfo() 1065 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo() [all …]
|
| H A D | MCCodeView.cpp | 176 OS.EmitIntValue(unsigned(DebugSubsectionKind::StringTable), 4); in emitStringTable() 225 OS.EmitIntValue(File.StringTableOffset, 4); in emitFileChecksums() 230 OS.EmitIntValue(0, 4); in emitFileChecksums() 234 OS.EmitIntValue(File.ChecksumKind, 1); in emitFileChecksums() 335 OS.EmitIntValue(unsigned(DebugSubsectionKind::Lines), 4); in emitLineTableForFunction() 346 OS.EmitIntValue(HaveColumns ? int(LF_HaveColumns) : 0, 2); in emitLineTableForFunction() 363 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction() 368 OS.EmitIntValue(SegmentSize, 4); in emitLineTableForFunction() 375 OS.EmitIntValue(LineData, 4); in emitLineTableForFunction() 379 OS.EmitIntValue(J->getColumn(), 2); in emitLineTableForFunction() [all …]
|
| H A D | MCObjectStreamer.cpp | 102 EmitIntValue(*Diff, Size); in emitAbsoluteSymbolDiff() 207 EmitIntValue(AbsValue, Size); in EmitValueImpl() 424 OS.EmitIntValue(dwarf::DW_LNS_extended_op, 1); in emitDwarfSetLineAddr() 426 OS.EmitIntValue(dwarf::DW_LNE_set_address, 1); in emitDwarfSetLineAddr() 691 EmitIntValue(Expr, NonZeroSize); in emitFill() 693 EmitIntValue(0, Size - NonZeroSize); in emitFill()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 47 Streamer.EmitIntValue(0x41, 1); in MSP430TargetELFStreamer() 49 Streamer.EmitIntValue(22, 4); in MSP430TargetELFStreamer() 52 Streamer.EmitIntValue(0, 1); in MSP430TargetELFStreamer() 55 Streamer.EmitIntValue(1, 1); in MSP430TargetELFStreamer() 57 Streamer.EmitIntValue(11, 4); in MSP430TargetELFStreamer() 59 Streamer.EmitIntValue(4, 1); in MSP430TargetELFStreamer() 60 Streamer.EmitIntValue(1, 1); in MSP430TargetELFStreamer() 62 Streamer.EmitIntValue(6, 1); in MSP430TargetELFStreamer() 63 Streamer.EmitIntValue(1, 1); in MSP430TargetELFStreamer() 65 Streamer.EmitIntValue(8, 1); in MSP430TargetELFStreamer() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | StackMaps.cpp | 423 OS.EmitIntValue(FnInfos.size(), 4); in emitStackmapHeader() 429 OS.EmitIntValue(CSInfos.size(), 4); in emitStackmapHeader() 515 OS.EmitIntValue(CSI.ID, 8); in emitCallsiteEntries() 519 OS.EmitIntValue(0, 2); in emitCallsiteEntries() 523 OS.EmitIntValue(Loc.Type, 1); in emitCallsiteEntries() 525 OS.EmitIntValue(Loc.Size, 2); in emitCallsiteEntries() 526 OS.EmitIntValue(Loc.Reg, 2); in emitCallsiteEntries() 528 OS.EmitIntValue(Loc.Offset, 4); in emitCallsiteEntries() 535 OS.EmitIntValue(0, 2); in emitCallsiteEntries() 540 OS.EmitIntValue(0, 1); in emitCallsiteEntries() [all …]
|
| H A D | FaultMaps.cpp | 68 OS.EmitIntValue(FaultMapVersion, 1); // Version. in serializeToFaultMapSection() 69 OS.EmitIntValue(0, 1); // Reserved. in serializeToFaultMapSection() 70 OS.EmitIntValue(0, 2); // Reserved. in serializeToFaultMapSection() 73 OS.EmitIntValue(FunctionInfos.size(), 4); in serializeToFaultMapSection() 89 OS.EmitIntValue(FFI.size(), 4); in emitFunctionInfo() 91 OS.EmitIntValue(0, 4); // Reserved in emitFunctionInfo() 96 OS.EmitIntValue(Fault.Kind, 4); in emitFunctionInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 38 OS.EmitIntValue(BTFType.Info, 4); in emitType() 39 OS.EmitIntValue(BTFType.Size, 4); in emitType() 130 OS.EmitIntValue(IntVal, 4); in emitType() 546 OS.EmitIntValue(0, 1); in emitCommonHeader() 562 OS.EmitIntValue(0, 4); in emitBTFSection() 563 OS.EmitIntValue(TypeLen, 4); in emitBTFSection() 564 OS.EmitIntValue(TypeLen, 4); in emitBTFSection() 565 OS.EmitIntValue(StrLen, 4); in emitBTFSection() 600 OS.EmitIntValue(0, 4); in emitBTFExtSection() 601 OS.EmitIntValue(FuncLen, 4); in emitBTFExtSection() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | R600AsmPrinter.cpp | 92 OutStreamer->EmitIntValue(RsrcReg, 4); in EmitProgramInfoR600() 93 OutStreamer->EmitIntValue(S_NUM_GPRS(MaxGPR + 1) | in EmitProgramInfoR600() 95 OutStreamer->EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4); in EmitProgramInfoR600() 96 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600() 99 OutStreamer->EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4); in EmitProgramInfoR600() 100 OutStreamer->EmitIntValue(alignTo(MFI->getLDSSize(), 4) >> 2, 4); in EmitProgramInfoR600()
|
| H A D | AMDGPUAsmPrinter.cpp | 1018 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI() 1031 OutStreamer->EmitIntValue(RsrcReg, 4); in EmitProgramInfoSI() 1034 OutStreamer->EmitIntValue(R_0286E8_SPI_TMPRING_SIZE, 4); in EmitProgramInfoSI() 1035 OutStreamer->EmitIntValue( in EmitProgramInfoSI() 1042 OutStreamer->EmitIntValue(R_0286CC_SPI_PS_INPUT_ENA, 4); in EmitProgramInfoSI() 1043 OutStreamer->EmitIntValue(MFI->getPSInputEnable(), 4); in EmitProgramInfoSI() 1045 OutStreamer->EmitIntValue(MFI->getPSInputAddr(), 4); in EmitProgramInfoSI() 1048 OutStreamer->EmitIntValue(R_SPILLED_SGPRS, 4); in EmitProgramInfoSI() 1049 OutStreamer->EmitIntValue(MFI->getNumSpilledSGPRs(), 4); in EmitProgramInfoSI() 1050 OutStreamer->EmitIntValue(R_SPILLED_VGPRS, 4); in EmitProgramInfoSI() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 708 OS.EmitIntValue(0x19930522, 4); in emitCXXFrameHandler3Table() 734 OS.EmitIntValue(0, 4); in emitCXXFrameHandler3Table() 737 OS.EmitIntValue(1, 4); in emitCXXFrameHandler3Table() 749 OS.EmitIntValue(UME.ToState, 4); in emitCXXFrameHandler3Table() 1026 OS.EmitIntValue(0, 4); in emitExceptHandlerTable() 1030 OS.EmitIntValue(0, 4); in emitExceptHandlerTable() 1043 OS.EmitIntValue(ToState, 4); in emitExceptHandlerTable() 1120 OS.EmitIntValue(0xffffffff, 4); in emitCLRExceptionTable() 1122 OS.EmitIntValue(NumStates, 4); in emitCLRExceptionTable() 1213 OS.EmitIntValue(Clauses.size(), 4); in emitCLRExceptionTable() [all …]
|
| H A D | CodeViewDebug.cpp | 654 OS.EmitIntValue(0, 2); in emitTypeGlobalHashes() 864 OS.EmitIntValue(0, 4); in emitInlinedCallSite() 866 OS.EmitIntValue(0, 4); in emitInlinedCallSite() 926 OS.EmitIntValue(0, 4); in emitDebugInfoForThunk() 928 OS.EmitIntValue(0, 4); in emitDebugInfoForThunk() 930 OS.EmitIntValue(0, 4); in emitDebugInfoForThunk() 997 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction() 999 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction() 1001 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction() 1007 OS.EmitIntValue(0, 4); in emitDebugInfoForFunction() [all …]
|
| H A D | DwarfDebug.cpp | 2095 Asm->OutStreamer->EmitIntValue(0, Size); in emitDebugLoc() 2096 Asm->OutStreamer->EmitIntValue(0, Size); in emitDebugLoc() 2279 Asm->OutStreamer->EmitIntValue(Size, PtrSize); in emitDebugARanges() 2284 Asm->OutStreamer->EmitIntValue(0, PtrSize); in emitDebugARanges() 2285 Asm->OutStreamer->EmitIntValue(0, PtrSize); in emitDebugARanges() 2329 Asm->OutStreamer->EmitIntValue(-1, Size); in emitRangeList() 2336 Asm->OutStreamer->EmitIntValue(-1, Size); in emitRangeList() 2337 Asm->OutStreamer->EmitIntValue(0, Size); in emitRangeList() 2373 Asm->OutStreamer->EmitIntValue(dwarf::DW_RLE_end_of_list, 1); in emitRangeList() 2376 Asm->OutStreamer->EmitIntValue(0, Size); in emitRangeList() [all …]
|
| H A D | AsmPrinterDwarf.cpp | 117 OutStreamer->EmitIntValue(Val, 1); in EmitEncodingByte() 148 OutStreamer->EmitIntValue(0, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
|
| H A D | AsmPrinter.cpp | 603 OutStreamer->EmitIntValue(0, PtrSize); in EmitGlobalVariable() 2044 OutStreamer->EmitIntValue(Value, 1); in emitInt8() 2049 OutStreamer->EmitIntValue(Value, 2); in emitInt16() 2054 OutStreamer->EmitIntValue(Value, 4); in emitInt32() 2059 OutStreamer->EmitIntValue(Value, 8); in emitInt64() 2462 AP.OutStreamer->EmitIntValue(p[Chunk], TrailingBytes); in emitGlobalConstantFP() 2514 AP.OutStreamer->EmitIntValue(Val, 8); in emitGlobalConstantLargeInt() 2526 AP.OutStreamer->EmitIntValue(ExtraBits, Size); in emitGlobalConstantLargeInt() 2644 AP.OutStreamer->EmitIntValue(CI->getZExtValue(), Size); in emitGlobalConstantImpl() 2656 AP.OutStreamer->EmitIntValue(0, Size); in emitGlobalConstantImpl() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 403 S.EmitIntValue(NoteType, 4); // type in EmitNote() 418 OS.EmitIntValue(Major, 4); in EmitDirectiveHSACodeObjectVersion() 419 OS.EmitIntValue(Minor, 4); in EmitDirectiveHSACodeObjectVersion() 438 OS.EmitIntValue(VendorNameSize, 2); in EmitDirectiveHSACodeObjectISA() 439 OS.EmitIntValue(ArchNameSize, 2); in EmitDirectiveHSACodeObjectISA() 440 OS.EmitIntValue(Major, 4); in EmitDirectiveHSACodeObjectISA() 441 OS.EmitIntValue(Minor, 4); in EmitDirectiveHSACodeObjectISA() 442 OS.EmitIntValue(Stepping, 4); in EmitDirectiveHSACodeObjectISA() 444 OS.EmitIntValue(0, 1); // NULL terminate VendorName in EmitDirectiveHSACodeObjectISA() 446 OS.EmitIntValue(0, 1); // NULL terminte ArchName in EmitDirectiveHSACodeObjectISA() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 376 OS.EmitIntValue(LocalSize, 4); in emitFrameDataRecord() 377 OS.EmitIntValue(FPO->ParamsSize, 4); in emitFrameDataRecord() 378 OS.EmitIntValue(MaxStackSize, 4); in emitFrameDataRecord() 379 OS.EmitIntValue(FrameFuncStrTabOff, 4); // FrameFunc in emitFrameDataRecord() 381 OS.EmitIntValue(SavedRegSize, 2); in emitFrameDataRecord() 382 OS.EmitIntValue(CurFlags, 4); in emitFrameDataRecord() 402 OS.EmitIntValue(unsigned(DebugSubsectionKind::FrameData), 4); in emitFPOData()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 568 OutStreamer->EmitIntValue(4, 4 /*size*/); // data size for "GNU\0" in EmitStartOfAsmFile() 569 OutStreamer->EmitIntValue(8 + WordSize, 4 /*size*/); // Elf_Prop size in EmitStartOfAsmFile() 570 OutStreamer->EmitIntValue(ELF::NT_GNU_PROPERTY_TYPE_0, 4 /*size*/); in EmitStartOfAsmFile() 574 OutStreamer->EmitIntValue(ELF::GNU_PROPERTY_X86_FEATURE_1_AND, 4); in EmitStartOfAsmFile() 575 OutStreamer->EmitIntValue(4, 4); // data size in EmitStartOfAsmFile() 576 OutStreamer->EmitIntValue(FeatureFlagsAnd, 4); // data in EmitStartOfAsmFile() 632 OutStreamer.EmitIntValue(0, 4/*size*/); in emitNonLazySymbolPointer()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1093 Streamer.EmitIntValue(0x41, 1); in finishAttributeSection() 1104 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection() 1106 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection() 1108 Streamer.EmitIntValue(ARMBuildAttrs::File, 1); in finishAttributeSection() 1109 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection() 1123 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection() 1128 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection() 1284 EmitIntValue(ARM::EHABI::EXIDX_CANTUNWIND, 4); in emitFnEnd() 1304 EmitIntValue(Intval, Opcodes.size()); in emitFnEnd() 1383 EmitIntValue(Intval, 4); in FlushUnwindOpcodes() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 797 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz. in ParseDirectiveVersion() 798 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description). in ParseDirectiveVersion() 799 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION. in ParseDirectiveVersion() 801 getStreamer().EmitIntValue(0, 1); // terminate the string. in ParseDirectiveVersion()
|