| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| MipsABIFlagsSection.cpp | 60 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(ABIFlagsSection.getFlags1Value(), 4); // flags [all...] |
| MipsELFStreamer.cpp | 105 void MipsELFStreamer::emitIntValue(uint64_t Value, unsigned Size) { 106 MCELFStreamer::emitIntValue(Value, Size);
|
| MipsELFStreamer.h | 60 void emitIntValue(uint64_t Value, unsigned Size) override;
|
| MipsOptionRecord.cpp | 53 Streamer->emitIntValue(ri_gp_value, 8);
|
| MipsTargetStreamer.cpp | 1021 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
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| AArch64TargetStreamer.cpp | 81 OutStreamer.emitIntValue(4, 4); // data size for "GNU\0" 82 OutStreamer.emitIntValue(4 * 4, 4); // Elf_Prop size 83 OutStreamer.emitIntValue(ELF::NT_GNU_PROPERTY_TYPE_0, 4); 87 OutStreamer.emitIntValue(ELF::GNU_PROPERTY_AARCH64_FEATURE_1_AND, 4); 88 OutStreamer.emitIntValue(4, 4); // data size 89 OutStreamer.emitIntValue(Flags, 4); // data 90 OutStreamer.emitIntValue(0, 4); // pad 99 // We can't just use EmitIntValue here, as that will swap the
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| CodeViewRecordIO.cpp | 134 Streamer->emitIntValue(TypeInd.getIndex(), sizeof(TypeInd.getIndex())); 277 Streamer->emitIntValue(LF_CHAR, 2); 279 Streamer->emitIntValue(Value, 1); 282 Streamer->emitIntValue(LF_SHORT, 2); 284 Streamer->emitIntValue(Value, 2); 287 Streamer->emitIntValue(LF_LONG, 2); 289 Streamer->emitIntValue(Value, 4); 292 Streamer->emitIntValue(LF_QUADWORD, 2); 294 Streamer->emitIntValue(Value, 4); 303 Streamer->emitIntValue(Value, 2) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| DWARFStreamer.cpp | 332 MS->emitIntValue(Range.StartAddress + PcOffset, AddressSize); 333 MS->emitIntValue(Range.EndAddress + PcOffset, AddressSize); 338 MS->emitIntValue(0, AddressSize); 339 MS->emitIntValue(0, AddressSize); 393 MS->emitIntValue(RangeStart, AddressSize); 396 MS->emitIntValue(Range->second - RangeStart, AddressSize); 400 Asm->OutStreamer->emitIntValue(0, AddressSize); 401 Asm->OutStreamer->emitIntValue(0, AddressSize); 413 MS->emitIntValue(Range->first + PcOffset, AddressSize); 416 MS->emitIntValue(Range->second + PcOffset, AddressSize) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| AsmPrinterDwarf.cpp | 125 OutStreamer->emitIntValue(Val, 1); 155 OutStreamer->emitIntValue(0, GetSizeOfEncodedValue(Encoding)); 189 OutStreamer->emitIntValue(S.Offset, getDwarfOffsetByteSize()); 198 OutStreamer->emitIntValue(Value, getDwarfOffsetByteSize()); 225 OutStreamer->emitIntValue(Value, GetSizeOfEncodedValue(Encoding));
|
| DwarfStringPool.cpp | 126 Asm.OutStreamer->emitIntValue(Entry->getValue().Offset, size);
|
| OcamlGCPrinter.cpp | 109 AP.OutStreamer->emitIntValue(0, IntPtrSize);
|
| DIE.cpp | 410 Asm->OutStreamer->emitIntValue(Integer, SizeOf(Asm, Form)); 656 AP->OutStreamer->emitIntValue(Entry->getOffset(), SizeOf(AP, Form)); 672 AP->OutStreamer->emitIntValue(Addr, SizeOf(AP, Form));
|
| DwarfDebug.cpp | 2699 Asm->OutStreamer->emitIntValue(-1, Size); 2716 Asm->OutStreamer->emitIntValue(-1, Size); 2717 Asm->OutStreamer->emitIntValue(0, Size); 2758 Asm->OutStreamer->emitIntValue(0, Size); 2759 Asm->OutStreamer->emitIntValue(0, Size); 2985 Asm->OutStreamer->emitIntValue(Size, PtrSize); 2990 Asm->OutStreamer->emitIntValue(0, PtrSize); 2991 Asm->OutStreamer->emitIntValue(0, PtrSize);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| FaultMaps.cpp | 63 OS.emitIntValue(FaultMapVersion, 1); // Version. 64 OS.emitIntValue(0, 1); // Reserved.
|
| StackMaps.cpp | 576 OS.emitIntValue(StackMapVersion, 1); // Version. 577 OS.emitIntValue(0, 1); // Reserved. 606 OS.emitIntValue(FR.second.StackSize, 8); 607 OS.emitIntValue(FR.second.RecordCount, 8); 619 OS.emitIntValue(ConstEntry.second, 8); 664 OS.emitIntValue(UINT64_MAX, 8); // Invalid ID. 674 OS.emitIntValue(CSI.ID, 8); 682 OS.emitIntValue(Loc.Type, 1); 683 OS.emitIntValue(0, 1); // Reserved 699 OS.emitIntValue(0, 1) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| R600AsmPrinter.cpp | 92 OutStreamer->emitIntValue(S_NUM_GPRS(MaxGPR + 1) | 99 OutStreamer->emitIntValue(alignTo(MFI->getLDSSize(), 4) >> 2, 4);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| llvm-dwp.cpp | 199 Out.emitIntValue(NewOffset, 4); 434 Out.emitIntValue(E.second.Contributions[i].*Field, 4); 466 Out.emitIntValue(2, 4); // Version 467 Out.emitIntValue(Columns, 4); // Columns 468 Out.emitIntValue(IndexEntries.size(), 4); // Num Units 469 Out.emitIntValue(Buckets.size(), 4); // Num Buckets 473 Out.emitIntValue(I ? IndexEntries.begin()[I - 1].first : 0, 8); 477 Out.emitIntValue(I, 4); 482 Out.emitIntValue(getOnDiskSectionId(i), 4);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| CodeViewRecordIO.h | 34 virtual void emitIntValue(uint64_t Value, unsigned Size) = 0; 103 Streamer->emitIntValue((int)Value, sizeof(T)); 149 Streamer->emitIntValue(Size, sizeof(Size));
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCStreamer.h | 690 virtual void emitIntValue(uint64_t Value, unsigned Size); 691 virtual void emitIntValue(APInt Value); 697 emitIntValue(Value, Size); 700 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } 701 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); } 702 void emitInt32(uint64_t Value) { emitIntValue(Value, 4); } 703 void emitInt64(uint64_t Value) { emitIntValue(Value, 8); } 709 emitIntValue(Value, Size);
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCDwarf.cpp | 333 MCOS->emitIntValue(Offset, RefSize); 879 MCOS->emitIntValue(Length - UnitLengthBytes, OffsetSize); 888 MCOS->emitIntValue(0, OffsetSize); 914 MCOS->emitIntValue(0, AddrSize); 915 MCOS->emitIntValue(0, AddrSize); 969 MCOS->emitIntValue(0, OffsetSize); 985 MCOS->emitIntValue(0, OffsetSize); 1140 MCOS->emitIntValue(0, AddrSize); 1145 MCOS->emitIntValue(0, AddrSize); 1146 MCOS->emitIntValue(0, AddrSize) [all...] |
| MCObjectStreamer.cpp | 147 emitIntValue(*Diff, Size); 243 emitIntValue(AbsValue, Size); 482 OS.emitIntValue(dwarf::DW_LNS_extended_op, 1); 484 OS.emitIntValue(dwarf::DW_LNE_set_address, 1); 827 emitIntValue(Expr, NonZeroSize); 829 emitIntValue(0, Size - NonZeroSize);
|
| MCStreamer.cpp | 129 /// EmitIntValue - Special case of EmitValue that avoids the client having to 131 void MCStreamer::emitIntValue(uint64_t Value, unsigned Size) { 141 void MCStreamer::emitIntValue(APInt Value) { 143 emitIntValue(Value.getLimitedValue(), Value.getBitWidth() / 8); 1004 emitIntValue(Length, dwarf::getDwarfOffsetByteSize(Context.getDwarfFormat()));
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| WebAssemblyTargetStreamer.cpp | 31 Streamer.emitIntValue(uint8_t(Type), 1);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86AsmPrinter.cpp | 649 OutStreamer->emitIntValue(4, 4 /*size*/); // data size for "GNU\0" 650 OutStreamer->emitIntValue(8 + WordSize, 4 /*size*/); // Elf_Prop size 651 OutStreamer->emitIntValue(ELF::NT_GNU_PROPERTY_TYPE_0, 4 /*size*/); 718 OutStreamer.emitIntValue(0, 4/*size*/);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCAsmPrinter.cpp | 1603 OutStreamer->emitIntValue(0, 8 /* size */); 1782 OutStreamer->emitIntValue(0, 4/*size*/); 1783 OutStreamer->emitIntValue(0, 8/*size*/); 2263 OutStreamer->emitIntValue(0, PointerSize); 2518 OutStreamer->emitIntValue(0, GetSizeOfEncodedValue(Encoding));
|