/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 38 Streamer->EmitIntValue(ELF::ODK_REGINFO, 1); // kind in EmitMipsOptionRecord() 39 Streamer->EmitIntValue(40, 1); // size in EmitMipsOptionRecord() 40 Streamer->EmitIntValue(0, 2); // section in EmitMipsOptionRecord() 41 Streamer->EmitIntValue(0, 4); // info in EmitMipsOptionRecord() 42 Streamer->EmitIntValue(ri_gprmask, 4); in EmitMipsOptionRecord() 43 Streamer->EmitIntValue(0, 4); // pad in EmitMipsOptionRecord() 44 Streamer->EmitIntValue(ri_cprmask[0], 4); in EmitMipsOptionRecord() 45 Streamer->EmitIntValue(ri_cprmask[1], 4); in EmitMipsOptionRecord() 46 Streamer->EmitIntValue(ri_cprmask[2], 4); in EmitMipsOptionRecord() 47 Streamer->EmitIntValue(ri_cprmask[3], 4); in EmitMipsOptionRecord() [all …]
|
D | MipsABIFlagsSection.cpp | 56 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version in operator <<() 57 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<() 58 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev in operator <<() 59 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<() 60 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size in operator <<() 61 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size in operator <<() 62 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi in operator <<() 63 OS.EmitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext in operator <<() 64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<() 65 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 44 Streamer->EmitIntValue(ELF::ODK_REGINFO, 1); // kind in EmitMipsOptionRecord() 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() 53 Streamer->EmitIntValue(ri_cprmask[3], 4); in EmitMipsOptionRecord() [all …]
|
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 …]
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 117 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable() 122 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable() 128 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in EmitDwarfLineTable() 130 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1); in EmitDwarfLineTable() 135 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable() 140 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable() 143 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable() 145 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable() 147 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable() 266 MCOS->EmitIntValue(2, 2); in Emit() [all …]
|
D | MCWin64EH.cpp | 68 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 74 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 76 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 79 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 82 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 87 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 91 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 97 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 101 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 107 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() [all …]
|
D | MCCodeView.cpp | 104 OS.EmitIntValue(unsigned(ModuleSubstreamKind::StringTable), 4); in emitStringTable() 131 OS.EmitIntValue(unsigned(ModuleSubstreamKind::FileChecksums), 4); in emitFileChecksums() 139 OS.EmitIntValue(getStringTableOffset(Filename), 4); in emitFileChecksums() 142 OS.EmitIntValue(0, 4); in emitFileChecksums() 156 OS.EmitIntValue(unsigned(ModuleSubstreamKind::Lines), 4); in emitLineTableForFunction() 167 OS.EmitIntValue(HaveColumns ? int(LineFlags::HaveColumns) : 0, 2); in emitLineTableForFunction() 180 OS.EmitIntValue(8 * (CurFileNum - 1), 4); in emitLineTableForFunction() 181 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction() 186 OS.EmitIntValue(SegmentSize, 4); in emitLineTableForFunction() 193 OS.EmitIntValue(LineData, 4); in emitLineTableForFunction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCWin64EH.cpp | 66 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 72 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 74 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 77 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 80 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 85 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 89 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 95 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 99 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 105 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() [all …]
|
D | MCDwarf.cpp | 167 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable() 172 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable() 179 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in EmitDwarfLineTable() 181 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1); in EmitDwarfLineTable() 186 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable() 191 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable() 194 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable() 196 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable() 198 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable() 330 MCOS->EmitIntValue(Offset, RefSize); in emitRef() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCWin64EH.cpp | 74 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 80 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 82 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 85 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 88 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 93 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 97 streamer.EmitIntValue(b1, 1); in EmitUnwindCode() 98 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 104 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 108 streamer.EmitIntValue(w, 2); in EmitUnwindCode() [all …]
|
D | MCDwarf.cpp | 146 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable() 151 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable() 156 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable() 161 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable() 164 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable() 166 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable() 168 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable() 229 MCOS->EmitIntValue(2, 2); in Emit() 243 MCOS->EmitIntValue(DWARF2_LINE_MIN_INSN_LENGTH, 1); in Emit() 244 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1); in Emit() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 418 OS.EmitIntValue(StackMapVersion, 1); // Version. in emitStackmapHeader() 419 OS.EmitIntValue(0, 1); // Reserved. in emitStackmapHeader() 420 OS.EmitIntValue(0, 2); // Reserved. in emitStackmapHeader() 424 OS.EmitIntValue(FnInfos.size(), 4); in emitStackmapHeader() 427 OS.EmitIntValue(ConstPool.size(), 4); in emitStackmapHeader() 430 OS.EmitIntValue(CSInfos.size(), 4); in emitStackmapHeader() 448 OS.EmitIntValue(FR.second.StackSize, 8); in emitFunctionFrameRecords() 449 OS.EmitIntValue(FR.second.RecordCount, 8); in emitFunctionFrameRecords() 461 OS.EmitIntValue(ConstEntry.second, 8); in emitConstantPoolEntries() 506 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID. in emitCallsiteEntries() [all …]
|
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()
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 396 OS.EmitIntValue(StackMapVersion, 1); // Version. in emitStackmapHeader() 397 OS.EmitIntValue(0, 1); // Reserved. in emitStackmapHeader() 398 OS.EmitIntValue(0, 2); // Reserved. in emitStackmapHeader() 402 OS.EmitIntValue(FnStackSize.size(), 4); in emitStackmapHeader() 405 OS.EmitIntValue(ConstPool.size(), 4); in emitStackmapHeader() 408 OS.EmitIntValue(CSInfos.size(), 4); in emitStackmapHeader() 424 OS.EmitIntValue(FR.second, 8); in emitFunctionFrameRecords() 436 OS.EmitIntValue(ConstEntry.second, 8); in emitConstantPoolEntries() 481 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID. in emitCallsiteEntries() 483 OS.EmitIntValue(0, 2); // Reserved. in emitCallsiteEntries() [all …]
|
D | FaultMaps.cpp | 65 OS.EmitIntValue(FaultMapVersion, 1); // Version. in serializeToFaultMapSection() 66 OS.EmitIntValue(0, 1); // Reserved. in serializeToFaultMapSection() 67 OS.EmitIntValue(0, 2); // Reserved. in serializeToFaultMapSection() 70 OS.EmitIntValue(FunctionInfos.size(), 4); in serializeToFaultMapSection() 86 OS.EmitIntValue(FFI.size(), 4); in emitFunctionInfo() 88 OS.EmitIntValue(0, 4); // Reserved in emitFunctionInfo() 93 OS.EmitIntValue(Fault.Kind, 4); in emitFunctionInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfStreamer.cpp | 294 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries() 295 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries() 300 MS->EmitIntValue(0, AddressSize); in emitRangesEntries() 301 MS->EmitIntValue(0, AddressSize); in emitRangesEntries() 355 MS->EmitIntValue(RangeStart, AddressSize); in emitUnitRangesEntries() 358 MS->EmitIntValue(Range->second - RangeStart, AddressSize); in emitUnitRangesEntries() 362 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitUnitRangesEntries() 363 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitUnitRangesEntries() 375 MS->EmitIntValue(Range->first + PcOffset, AddressSize); in emitUnitRangesEntries() 378 MS->EmitIntValue(Range->second + PcOffset, AddressSize); in emitUnitRangesEntries() [all …]
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 265 OS.EmitIntValue(NameSZ, 4); // namesz in EmitDirectiveHSACodeObjectVersion() 266 OS.EmitIntValue(8, 4); // descz in EmitDirectiveHSACodeObjectVersion() 267 OS.EmitIntValue(NT_AMDGPU_HSA_CODE_OBJECT_VERSION, 4); // type in EmitDirectiveHSACodeObjectVersion() 269 OS.EmitIntValue(Major, 4); // desc in EmitDirectiveHSACodeObjectVersion() 270 OS.EmitIntValue(Minor, 4); in EmitDirectiveHSACodeObjectVersion() 293 OS.EmitIntValue(NameSZ, 4); // namesz in EmitDirectiveHSACodeObjectISA() 294 OS.EmitIntValue(DescSZ, 4); // descsz in EmitDirectiveHSACodeObjectISA() 295 OS.EmitIntValue(NT_AMDGPU_HSA_ISA, 4); // type in EmitDirectiveHSACodeObjectISA() 297 OS.EmitIntValue(VendorNameSize, 2); // desc in EmitDirectiveHSACodeObjectISA() 298 OS.EmitIntValue(ArchNameSize, 2); in EmitDirectiveHSACodeObjectISA() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 297 OutStreamer->EmitIntValue(RsrcReg, 4); in EmitProgramInfoR600() 298 OutStreamer->EmitIntValue(S_NUM_GPRS(MaxGPR + 1) | in EmitProgramInfoR600() 300 OutStreamer->EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4); in EmitProgramInfoR600() 301 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600() 304 OutStreamer->EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4); in EmitProgramInfoR600() 305 OutStreamer->EmitIntValue(alignTo(MFI->LDSSize, 4) >> 2, 4); in EmitProgramInfoR600() 586 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI() 588 OutStreamer->EmitIntValue(KernelInfo.ComputePGMRSrc1, 4); in EmitProgramInfoSI() 590 OutStreamer->EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4); in EmitProgramInfoSI() 591 OutStreamer->EmitIntValue(KernelInfo.ComputePGMRSrc2, 4); in EmitProgramInfoSI() [all …]
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyTargetStreamer.cpp | 80 Streamer.EmitIntValue(Types.size(), sizeof(uint64_t)); in EncodeTypes() 82 Streamer.EmitIntValue(Type.SimpleTy, sizeof(uint64_t)); in EncodeTypes() 86 Streamer.EmitIntValue(WebAssembly::DotParam, sizeof(uint64_t)); in emitParam() 91 Streamer.EmitIntValue(WebAssembly::DotResult, sizeof(uint64_t)); in emitResult() 96 Streamer.EmitIntValue(WebAssembly::DotLocal, sizeof(uint64_t)); in emitLocal() 101 Streamer.EmitIntValue(WebAssembly::DotEndFunc, sizeof(uint64_t)); in emitEndFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
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()
|
D | AMDGPUAsmPrinter.cpp | 1011 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI() 1013 OutStreamer->EmitIntValue(CurrentProgramInfo.ComputePGMRSrc1, 4); in EmitProgramInfoSI() 1015 OutStreamer->EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4); in EmitProgramInfoSI() 1016 OutStreamer->EmitIntValue(CurrentProgramInfo.ComputePGMRSrc2, 4); in EmitProgramInfoSI() 1018 OutStreamer->EmitIntValue(R_00B860_COMPUTE_TMPRING_SIZE, 4); in EmitProgramInfoSI() 1019 OutStreamer->EmitIntValue(S_00B860_WAVESIZE(CurrentProgramInfo.ScratchBlocks), 4); in EmitProgramInfoSI() 1024 OutStreamer->EmitIntValue(RsrcReg, 4); in EmitProgramInfoSI() 1025 OutStreamer->EmitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI() 1028 OutStreamer->EmitIntValue(R_0286E8_SPI_TMPRING_SIZE, 4); in EmitProgramInfoSI() 1029 OutStreamer->EmitIntValue(S_0286E8_WAVESIZE(CurrentProgramInfo.ScratchBlocks), 4); in EmitProgramInfoSI() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 692 OS.EmitIntValue(0x19930522, 4); in emitCXXFrameHandler3Table() 695 OS.EmitIntValue(FuncInfo.CxxUnwindMap.size(), 4); in emitCXXFrameHandler3Table() 701 OS.EmitIntValue(FuncInfo.TryBlockMap.size(), 4); in emitCXXFrameHandler3Table() 707 OS.EmitIntValue(IPToStateTable.size(), 4); in emitCXXFrameHandler3Table() 714 OS.EmitIntValue(UnwindHelpOffset, 4); in emitCXXFrameHandler3Table() 718 OS.EmitIntValue(0, 4); in emitCXXFrameHandler3Table() 721 OS.EmitIntValue(1, 4); in emitCXXFrameHandler3Table() 733 OS.EmitIntValue(UME.ToState, 4); in emitCXXFrameHandler3Table() 770 OS.EmitIntValue(TBME.TryLow, 4); in emitCXXFrameHandler3Table() 773 OS.EmitIntValue(TBME.TryHigh, 4); in emitCXXFrameHandler3Table() [all …]
|
D | CodeViewDebug.cpp | 456 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion() 588 OS.EmitIntValue(COFF::DEBUG_HASHES_SECTION_MAGIC, 4); in emitTypeGlobalHashes() 590 OS.EmitIntValue(0, 2); in emitTypeGlobalHashes() 592 OS.EmitIntValue(uint16_t(GlobalTypeHashAlg::SHA1_8), 2); in emitTypeGlobalHashes() 695 OS.EmitIntValue(SymbolKind::S_COMPILE3, 2); in emitCompilerInformation() 707 OS.EmitIntValue(Flags, 4); in emitCompilerInformation() 712 OS.EmitIntValue(static_cast<uint64_t>(CPU), 2); in emitCompilerInformation() 718 OS.EmitIntValue(FrontVer.Part[N], 2); in emitCompilerInformation() 731 OS.EmitIntValue(BackVer.Part[N], 2); in emitCompilerInformation() 751 OS.EmitIntValue(unsigned(InlineeLinesSignature::Normal), 4); in emitInlineeLinesSubsection() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 684 OS.EmitIntValue(0x19930522, 4); in emitCXXFrameHandler3Table() 687 OS.EmitIntValue(FuncInfo.CxxUnwindMap.size(), 4); in emitCXXFrameHandler3Table() 693 OS.EmitIntValue(FuncInfo.TryBlockMap.size(), 4); in emitCXXFrameHandler3Table() 699 OS.EmitIntValue(IPToStateTable.size(), 4); in emitCXXFrameHandler3Table() 706 OS.EmitIntValue(UnwindHelpOffset, 4); in emitCXXFrameHandler3Table() 710 OS.EmitIntValue(0, 4); in emitCXXFrameHandler3Table() 713 OS.EmitIntValue(1, 4); in emitCXXFrameHandler3Table() 725 OS.EmitIntValue(UME.ToState, 4); in emitCXXFrameHandler3Table() 762 OS.EmitIntValue(TBME.TryLow, 4); in emitCXXFrameHandler3Table() 765 OS.EmitIntValue(TBME.TryHigh, 4); in emitCXXFrameHandler3Table() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 369 S.EmitIntValue(NameSZ, 4); // namesz in EmitAMDGPUNote() 371 S.EmitIntValue(NoteType, 4); // type in EmitAMDGPUNote() 388 OS.EmitIntValue(Major, 4); in EmitDirectiveHSACodeObjectVersion() 389 OS.EmitIntValue(Minor, 4); in EmitDirectiveHSACodeObjectVersion() 411 OS.EmitIntValue(VendorNameSize, 2); in EmitDirectiveHSACodeObjectISA() 412 OS.EmitIntValue(ArchNameSize, 2); in EmitDirectiveHSACodeObjectISA() 413 OS.EmitIntValue(Major, 4); in EmitDirectiveHSACodeObjectISA() 414 OS.EmitIntValue(Minor, 4); in EmitDirectiveHSACodeObjectISA() 415 OS.EmitIntValue(Stepping, 4); in EmitDirectiveHSACodeObjectISA() 417 OS.EmitIntValue(0, 1); // NULL terminate VendorName in EmitDirectiveHSACodeObjectISA() [all …]
|