| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ErlangGCPrinter.cpp | 76 AP.emitInt16(MD.size()); in finishAssembly() 92 AP.emitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly() 100 AP.emitInt16(StackArity); in finishAssembly() 104 AP.emitInt16(MD.live_size(PI)); in finishAssembly() 112 AP.emitInt16(LI->StackOffset / IntPtrSize); in finishAssembly()
|
| H A D | OcamlGCPrinter.cpp | 127 AP.emitInt16(NumDescriptors); in finishAssembly() 164 AP.emitInt16(FrameSize); in finishAssembly() 165 AP.emitInt16(LiveCount); in finishAssembly() 176 AP.emitInt16(K->StackOffset); in finishAssembly()
|
| H A D | DwarfStringPool.cpp | 66 Asm.emitInt16(Asm.getDwarfVersion()); in emitStringOffsetsTableHeader() 67 Asm.emitInt16(0); in emitStringOffsetsTableHeader()
|
| H A D | AccelTable.cpp | 284 Asm->emitInt16(Version); in emit() 286 Asm->emitInt16(HashFunction); in emit() 303 Asm->emitInt16(A.Type); in emit() 305 Asm->emitInt16(A.Form); in emit() 378 Asm->emitInt16(Version); in emit() 380 Asm->emitInt16(Padding); in emit() 732 Asm->emitInt16(Die.getTag()); in emit() 742 Asm->emitInt16(Tag); in emit()
|
| H A D | AddressPool.cpp | 32 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader()
|
| H A D | CodeViewDebug.cpp | 784 OS.emitInt16(0); in emitTypeGlobalHashes() 786 OS.emitInt16(uint16_t(GlobalTypeHashAlg::BLAKE3)); in emitTypeGlobalHashes() 898 OS.emitInt16(static_cast<uint64_t>(TheCPU)); in emitCompilerInformation() 908 OS.emitInt16(N); in emitCompilerInformation() 922 OS.emitInt16(N); in emitCompilerInformation() 1201 OS.emitInt16(0); in emitDebugInfoForFunction() 1228 OS.emitInt16(Strs->getNumOperands()); in emitDebugInfoForFunction() 2878 OS.emitInt16(static_cast<uint16_t>(Flags)); in emitLocalVariable() 3199 OS.emitInt16(unsigned(SymKind)); in beginSymbolRecord() 3214 OS.emitInt16(2); in emitEndSymbolRecord() [all …]
|
| H A D | DIE.cpp | 724 case dwarf::DW_FORM_block2: Asm->emitInt16(Size); break; in emitValue() 774 case dwarf::DW_FORM_block2: Asm->emitInt16(Size); break; in emitValue()
|
| H A D | DwarfDebug.cpp | 2982 Asm->emitInt16(dwarf::DW_PUBNAMES_VERSION); in emitDebugPubSection() 3206 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation() 3210 Asm->emitInt16(0); in emitDebugLocEntryLocation() 3549 Asm->emitInt16(dwarf::DW_ARANGES_VERSION); in emitDebugARanges() 3649 Asm->emitInt16(DwarfVersion >= 5 ? DwarfVersion : 4); in emitMacroHeader()
|
| H A D | AsmPrinter.cpp | 3376 void AsmPrinter::emitInt16(int Value) const { OutStreamer->emitInt16(Value); } in emitInt16() function in AsmPrinter
|
| H A D | DwarfUnit.cpp | 2070 Asm->emitInt16(Version); in emitCommonHeader()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackMaps.cpp | 583 OS.emitInt16(0); // Reserved. in emitStackmapHeader() 671 OS.emitInt16(0); // Reserved. in emitCallsiteEntries() 672 OS.emitInt16(0); // 0 locations. in emitCallsiteEntries() 673 OS.emitInt16(0); // padding. in emitCallsiteEntries() 674 OS.emitInt16(0); // 0 live-out registers. in emitCallsiteEntries() 683 OS.emitInt16(0); in emitCallsiteEntries() 684 OS.emitInt16(CSLocs.size()); in emitCallsiteEntries() 689 OS.emitInt16(Loc.Size); in emitCallsiteEntries() 690 OS.emitInt16(Loc.Reg); in emitCallsiteEntries() 691 OS.emitInt16(0); // Reserved in emitCallsiteEntries() [all …]
|
| H A D | FaultMaps.cpp | 65 OS.emitInt16(0); // Reserved. in serializeToFaultMapSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 188 Asm->emitInt16(DwarfVersion); in emitCompileUnitHeader() 324 MS->emitInt16(5); in emitStringOffsets() 328 MS->emitInt16(0); in emitStringOffsets() 456 Asm->emitInt16(dwarf::DW_ARANGES_VERSION); // Version number in emitDwarfDebugArangesTable() 523 MS->emitInt16(5); in emitDwarfDebugRangeListHeader() 620 MS->emitInt16(5); in emitDwarfDebugLocListHeader() 721 Asm->emitInt16(5); in emitDwarfDebugAddrsHeader() 844 MS->emitInt16(P.getVersion()); in emitLineTablePrologue() 1228 Asm->emitInt16(dwarf::DW_PUBNAMES_VERSION); // Version in emitPubSectionForUnit()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1248 OutStreamer->emitInt16(IDRLDataLength); // Length. in emitIDRLSection() 1377 OutStreamer->emitInt16(OutSize); in emitPPA1Name() 1474 OutStreamer->emitInt16(SavedGPRMask); in emitPPA1() 1488 OutStreamer->emitInt16( in emitPPA1() 1496 OutStreamer->emitInt16(SavedFPRMask); in emitPPA1() 1498 OutStreamer->emitInt16(0); // AR Mask, unused currently. in emitPPA1() 1516 OutStreamer->emitInt16(0); // Also reserved. in emitPPA1() 1662 OutStreamer->emitInt16(0x0000); // 16 Reserved flag bits. in emitPPA2() 1669 OutStreamer->emitInt16(0x0000); // Service level string length. in emitPPA2()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 43 Streamer->emitInt16(0); // section in EmitMipsOptionRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 354 OS.emitInt16(HaveColumns ? int(LF_HaveColumns) : 0); in emitLineTableForFunction() 385 OS.emitInt16(J->getColumn()); in emitLineTableForFunction() 386 OS.emitInt16(0); in emitLineTableForFunction()
|
| H A D | MCWin64EH.cpp | 124 streamer.emitInt16(w); in EmitUnwindCode() 130 streamer.emitInt16(w); in EmitUnwindCode() 149 streamer.emitInt16(w); in EmitUnwindCode() 160 streamer.emitInt16(w); in EmitUnwindCode() 162 streamer.emitInt16(w); in EmitUnwindCode() 346 streamer.emitInt16(Win64EH::UOP_Epilog << 8); in EmitUnwindInfo() 361 streamer.emitInt16(0); in EmitUnwindInfo()
|
| H A D | MCDwarf.cpp | 57 S.emitInt16(S.getContext().getDwarfVersion()); in emitListsTableHeaderStart() 552 MCOS->emitInt16(LineTableVersion); in Emit() 907 MCOS->emitInt16(2); in EmitGenDwarfAranges() 977 MCOS->emitInt16(context.getDwarfVersion()); in EmitGenDwarfInfo() 1081 MCOS->emitInt16(dwarf::DW_LANG_Mips_Assembler); in EmitGenDwarfInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFEmitterImpl.cpp | 141 Asm->emitInt16(Unit.getVersion()); in emitCompileUnitHeader()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 389 OS.emitInt16(SavedRegSize); in emitFrameDataRecord()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 688 void emitInt16(int Value) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 740 void emitInt16(uint64_t Value) { emitIntValue(Value, 2); } in emitInt16() function
|