Home
last modified time | relevance | path

Searched refs:emitInt16 (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp79 AP.emitInt16(MD.size()); in finishAssembly()
96 AP.emitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly()
104 AP.emitInt16(StackArity); in finishAssembly()
108 AP.emitInt16(MD.live_size(PI)); in finishAssembly()
116 AP.emitInt16(LI->StackOffset / IntPtrSize); in finishAssembly()
DOcamlGCPrinter.cpp131 AP.emitInt16(NumDescriptors); in finishAssembly()
168 AP.emitInt16(FrameSize); in finishAssembly()
169 AP.emitInt16(LiveCount); in finishAssembly()
180 AP.emitInt16(K->StackOffset); in finishAssembly()
DAccelTable.cpp282 Asm->emitInt16(Version); in emit()
284 Asm->emitInt16(HashFunction); in emit()
301 Asm->emitInt16(A.Type); in emit()
303 Asm->emitInt16(A.Form); in emit()
373 Asm->emitInt16(Version); in emit()
375 Asm->emitInt16(Padding); in emit()
603 Asm->emitInt16(Die.getTag()); in emit()
613 Asm->emitInt16(Tag); in emit()
DDwarfStringPool.cpp66 Asm.emitInt16(Asm.getDwarfVersion()); in emitStringOffsetsTableHeader()
67 Asm.emitInt16(0); in emitStringOffsetsTableHeader()
DAddressPool.cpp35 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader()
DCodeViewDebug.cpp692 OS.emitInt16(0); in emitTypeGlobalHashes()
694 OS.emitInt16(uint16_t(GlobalTypeHashAlg::SHA1_8)); in emitTypeGlobalHashes()
792 OS.emitInt16(static_cast<uint64_t>(TheCPU)); in emitCompilerInformation()
798 OS.emitInt16(FrontVer.Part[N]); in emitCompilerInformation()
811 OS.emitInt16(BackVer.Part[N]); in emitCompilerInformation()
1077 OS.emitInt16(0); in emitDebugInfoForFunction()
1103 OS.emitInt16(Strs->getNumOperands()); in emitDebugInfoForFunction()
2660 OS.emitInt16(static_cast<uint16_t>(Flags)); in emitLocalVariable()
2975 OS.emitInt16(unsigned(SymKind)); in beginSymbolRecord()
2990 OS.emitInt16(2); in emitEndSymbolRecord()
[all …]
DDIE.cpp734 case dwarf::DW_FORM_block2: Asm->emitInt16(Size); break; in emitValue()
786 case dwarf::DW_FORM_block2: Asm->emitInt16(Size); break; in emitValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp79 AP.emitInt16(MD.size()); in finishAssembly()
96 AP.emitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly()
104 AP.emitInt16(StackArity); in finishAssembly()
108 AP.emitInt16(MD.live_size(PI)); in finishAssembly()
116 AP.emitInt16(LI->StackOffset / IntPtrSize); in finishAssembly()
DOcamlGCPrinter.cpp131 AP.emitInt16(NumDescriptors); in finishAssembly()
168 AP.emitInt16(FrameSize); in finishAssembly()
169 AP.emitInt16(LiveCount); in finishAssembly()
180 AP.emitInt16(K->StackOffset); in finishAssembly()
DAccelTable.cpp283 Asm->emitInt16(Version); in emit()
285 Asm->emitInt16(HashFunction); in emit()
302 Asm->emitInt16(A.Type); in emit()
304 Asm->emitInt16(A.Form); in emit()
375 Asm->emitInt16(Version); in emit()
377 Asm->emitInt16(Padding); in emit()
601 Asm->emitInt16(Die.getTag()); in emit()
611 Asm->emitInt16(Tag); in emit()
DDwarfStringPool.cpp68 Asm.emitInt16(Asm.getDwarfVersion()); in emitStringOffsetsTableHeader()
69 Asm.emitInt16(0); in emitStringOffsetsTableHeader()
DAddressPool.cpp37 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader()
DDIE.cpp718 case dwarf::DW_FORM_block2: Asm->emitInt16(Size); break; in EmitValue()
769 case dwarf::DW_FORM_block2: Asm->emitInt16(Size); break; in EmitValue()
/external/llvm-project/llvm/lib/CodeGen/
DStackMaps.cpp564 OS.emitInt16(0); // Reserved. in emitStackmapHeader()
652 OS.emitInt16(0); // Reserved. in emitCallsiteEntries()
653 OS.emitInt16(0); // 0 locations. in emitCallsiteEntries()
654 OS.emitInt16(0); // padding. in emitCallsiteEntries()
655 OS.emitInt16(0); // 0 live-out registers. in emitCallsiteEntries()
664 OS.emitInt16(0); in emitCallsiteEntries()
665 OS.emitInt16(CSLocs.size()); in emitCallsiteEntries()
670 OS.emitInt16(Loc.Size); in emitCallsiteEntries()
671 OS.emitInt16(Loc.Reg); in emitCallsiteEntries()
672 OS.emitInt16(0); // Reserved in emitCallsiteEntries()
[all …]
DFaultMaps.cpp67 OS.emitInt16(0); // Reserved. in serializeToFaultMapSection()
/external/llvm-project/llvm/lib/MC/
DMCWin64EH.cpp80 streamer.emitInt16(w); in EmitUnwindCode()
86 streamer.emitInt16(w); in EmitUnwindCode()
105 streamer.emitInt16(w); in EmitUnwindCode()
116 streamer.emitInt16(w); in EmitUnwindCode()
118 streamer.emitInt16(w); in EmitUnwindCode()
207 streamer.emitInt16(0); in EmitUnwindInfo()
DMCCodeView.cpp345 OS.emitInt16(HaveColumns ? int(LF_HaveColumns) : 0); in emitLineTableForFunction()
378 OS.emitInt16(J->getColumn()); in emitLineTableForFunction()
379 OS.emitInt16(0); in emitLineTableForFunction()
DMCDwarf.cpp63 S.emitInt16(S.getContext().getDwarfVersion()); in emitListsTableHeaderStart()
499 MCOS->emitInt16(LineTableVersion); in Emit()
916 MCOS->emitInt16(2); in EmitGenDwarfAranges()
987 MCOS->emitInt16(context.getDwarfVersion()); in EmitGenDwarfInfo()
1093 MCOS->emitInt16(dwarf::DW_LANG_Mips_Assembler); in EmitGenDwarfInfo()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp143 Asm->emitInt16(Version); in emitCompileUnitHeader()
197 Asm.emitInt16(2); in emitPaperTrailWarningsDie()
357 Asm->emitInt16(dwarf::DW_ARANGES_VERSION); // Version number in emitUnitRangesEntries()
635 Asm->emitInt16(Version); in translateLineTable()
717 Asm->emitInt16(dwarf::DW_PUBNAMES_VERSION); // Version in emitPubSectionForUnit()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp45 Streamer->emitInt16(0); // section in EmitMipsOptionRecord()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp294 Asm.emitInt16(Version); in writeDefaultPrologue()
319 Asm.emitInt16(Prologue->getVersion()); in writePrologue()
535 Asm->emitInt16(Version); in generate()
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp513 OS.emitInt16(VendorNameSize); in EmitDirectiveHSACodeObjectISA()
514 OS.emitInt16(ArchNameSize); in EmitDirectiveHSACodeObjectISA()
691 Streamer.emitInt16(KernelDescriptor.kernel_code_properties); in EmitAmdhsaKernelDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h496 void emitInt16(int Value) const;
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp380 OS.emitInt16(SavedRegSize); in emitFrameDataRecord()
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h555 void emitInt16(int Value) const;

12