Searched refs:emitIntValue (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp60 OS.emitIntValue(ABIFlagsSection.getVersionValue(), 2); // version
61 OS.emitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level
62 OS.emitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev
63 OS.emitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size
64 OS.emitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size
65 OS.emitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size
66 OS.emitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi
67 OS.emitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext
68 OS.emitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases
69 OS.emitIntValue(ABIFlagsSectio
[all...]
H A DMipsELFStreamer.cpp105 void MipsELFStreamer::emitIntValue(uint64_t Value, unsigned Size) { function in class:MipsELFStreamer
106 MCELFStreamer::emitIntValue(Value, Size);
H A DMipsELFStreamer.h60 void emitIntValue(uint64_t Value, unsigned Size) override;
H A DMipsOptionRecord.cpp53 Streamer->emitIntValue(ri_gp_value, 8);
H A DMipsTargetStreamer.cpp1021 OS.emitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask
1022 OS.emitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset
1024 OS.emitIntValue(FPRInfoSet ? FPRBitMask : 0, 4); // fpreg_mask
1025 OS.emitIntValue(FPRInfoSet ? FPROffset : 0, 4); // fpreg_offset
1027 OS.emitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset
1028 OS.emitIntValue(FrameInfoSet ? FrameReg : 0, 4); // frame_reg
1029 OS.emitIntValue(FrameInfoSet ? ReturnReg : 0, 4); // return_reg
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp134 Streamer->emitIntValue(TypeInd.getIndex(), sizeof(TypeInd.getIndex()));
278 Streamer->emitIntValue(LF_CHAR, 2);
280 Streamer->emitIntValue(Value, 1);
283 Streamer->emitIntValue(LF_SHORT, 2);
285 Streamer->emitIntValue(Value, 2);
288 Streamer->emitIntValue(LF_LONG, 2);
290 Streamer->emitIntValue(Value, 4);
293 Streamer->emitIntValue(LF_QUADWORD, 2);
295 Streamer->emitIntValue(Value, 4);
304 Streamer->emitIntValue(Valu
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp306 MS->emitIntValue(Range.StartAddress + PcOffset, AddressSize);
307 MS->emitIntValue(Range.EndAddress + PcOffset, AddressSize);
312 MS->emitIntValue(0, AddressSize);
313 MS->emitIntValue(0, AddressSize);
367 MS->emitIntValue(RangeStart, AddressSize);
370 MS->emitIntValue(Range->second - RangeStart, AddressSize);
374 Asm->OutStreamer->emitIntValue(0, AddressSize);
375 Asm->OutStreamer->emitIntValue(0, AddressSize);
387 MS->emitIntValue(Range->first + PcOffset, AddressSize);
390 MS->emitIntValue(Rang
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp96 Out.emitIntValue(NewOffset, 4);
321 Out.emitIntValue(E.second.Contributions[i].*Field, 4);
353 Out.emitIntValue(2, 4); // Version
354 Out.emitIntValue(Columns, 4); // Columns
355 Out.emitIntValue(IndexEntries.size(), 4); // Num Units
356 Out.emitIntValue(Buckets.size(), 4); // Num Buckets
360 Out.emitIntValue(I ? IndexEntries.begin()[I - 1].first : 0, 8);
364 Out.emitIntValue(I, 4);
369 Out.emitIntValue(getOnDiskSectionId(i), 4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp92 OutStreamer->emitIntValue(S_NUM_GPRS(MaxGPR + 1) |
99 OutStreamer->emitIntValue(alignTo(MFI->getLDSSize(), 4) >> 2, 4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp416 OS.emitIntValue(StackMapVersion, 1); // Version.
417 OS.emitIntValue(0, 1); // Reserved.
446 OS.emitIntValue(FR.second.StackSize, 8);
447 OS.emitIntValue(FR.second.RecordCount, 8);
459 OS.emitIntValue(ConstEntry.second, 8);
504 OS.emitIntValue(UINT64_MAX, 8); // Invalid ID.
514 OS.emitIntValue(CSI.ID, 8);
522 OS.emitIntValue(Loc.Type, 1);
523 OS.emitIntValue(0, 1); // Reserved
539 OS.emitIntValue(
[all...]
H A DFaultMaps.cpp65 OS.emitIntValue(FaultMapVersion, 1); // Version.
66 OS.emitIntValue(0, 1); // Reserved.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h33 virtual void emitIntValue(uint64_t Value, unsigned Size) = 0;
102 Streamer->emitIntValue((int)Value, sizeof(T));
148 Streamer->emitIntValue(Size, sizeof(Size));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp118 OutStreamer->emitIntValue(Val, 1);
149 OutStreamer->emitIntValue(0, GetSizeOfEncodedValue(Encoding));
202 OutStreamer->emitIntValue(Value, GetSizeOfEncodedValue(Encoding));
H A DDwarfStringPool.cpp128 Asm.OutStreamer->emitIntValue(Entry->getValue().Offset, size);
H A DOcamlGCPrinter.cpp109 AP.OutStreamer->emitIntValue(0, IntPtrSize);
H A DDIE.cpp412 Asm->OutStreamer->emitIntValue(Integer, SizeOf(Asm, Form));
639 AP->OutStreamer->emitIntValue(Entry->getOffset(), SizeOf(AP, Form));
655 AP->OutStreamer->emitIntValue(Addr, SizeOf(AP, Form));
H A DDwarfDebug.cpp2639 Asm->OutStreamer->emitIntValue(-1, Size);
2656 Asm->OutStreamer->emitIntValue(-1, Size);
2657 Asm->OutStreamer->emitIntValue(0, Size);
2698 Asm->OutStreamer->emitIntValue(0, Size);
2699 Asm->OutStreamer->emitIntValue(0, Size);
2925 Asm->OutStreamer->emitIntValue(Size, PtrSize);
2930 Asm->OutStreamer->emitIntValue(0, PtrSize);
2931 Asm->OutStreamer->emitIntValue(0, PtrSize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp31 Streamer.emitIntValue(uint8_t(Type), 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp348 MCOS->emitIntValue(Offset, RefSize);
914 MCOS->emitIntValue(Length - UnitLengthBytes, OffsetSize);
923 MCOS->emitIntValue(0, OffsetSize);
949 MCOS->emitIntValue(0, AddrSize);
950 MCOS->emitIntValue(0, AddrSize);
1004 MCOS->emitIntValue(0, OffsetSize);
1020 MCOS->emitIntValue(0, OffsetSize);
1175 MCOS->emitIntValue(0, AddrSize);
1180 MCOS->emitIntValue(0, AddrSize);
1181 MCOS->emitIntValue(
[all...]
H A DMCObjectStreamer.cpp145 emitIntValue(*Diff, Size);
241 emitIntValue(AbsValue, Size);
480 OS.emitIntValue(dwarf::DW_LNS_extended_op, 1);
482 OS.emitIntValue(dwarf::DW_LNE_set_address, 1);
738 emitIntValue(Expr, NonZeroSize);
740 emitIntValue(0, Size - NonZeroSize);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h675 virtual void emitIntValue(uint64_t Value, unsigned Size);
681 emitIntValue(Value, Size);
684 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); }
685 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); }
686 void emitInt32(uint64_t Value) { emitIntValue(Value, 4); }
687 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); }
693 emitIntValue(Value, Size);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp648 OutStreamer->emitIntValue(4, 4 /*size*/); // data size for "GNU\0"
649 OutStreamer->emitIntValue(8 + WordSize, 4 /*size*/); // Elf_Prop size
650 OutStreamer->emitIntValue(ELF::NT_GNU_PROPERTY_TYPE_0, 4 /*size*/);
712 OutStreamer.emitIntValue(0, 4/*size*/);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1403 OutStreamer->emitIntValue(0, 8 /* size */);
1582 OutStreamer->emitIntValue(0, 4/*size*/);
1583 OutStreamer->emitIntValue(0, 8/*size*/);
1743 OutStreamer->emitIntValue(0, PointerSize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp278 OutStreamer->emitIntValue(F.Prefix, 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp747 bool emitIntValue(const MCExpr *Value, unsigned Size);
3182 bool MasmParser::emitIntValue(const MCExpr *Value, unsigned Size) { function in class:MasmParser
3189 getStreamer().emitIntValue(IntValue, Size);
3194 getStreamer().emitIntValue(0, Size);
3280 emitIntValue(Value, Size);
3453 getStreamer().emitIntValue(AsInt.getLimitedValue(),
3793 if (emitIntValue(Value, Field.Type))
3802 getStreamer().emitIntValue(AsInt.getLimitedValue(),
3851 if (emitIntValue(Value, Field.Type))
3858 if (emitIntValue(Valu
[all...]

Completed in 289 milliseconds

12