Home
last modified time | relevance | path

Searched refs:emitIntVal (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h103 Section.emitIntVal(P.getVersion(), 2); in emitLineTablePrologue()
140 Section.emitIntVal(0, 1); in emitLineTablePrologueV2IncludeAndFileTable()
165 Section.emitIntVal(0, 1); in emitLineTablePrologueV2IncludeAndFileTable()
173 Section.emitIntVal(0, 1); in emitLineTablePrologueV5IncludeAndFileTable()
176 Section.emitIntVal(1, 1); in emitLineTablePrologueV5IncludeAndFileTable()
204 Section.emitIntVal(0, 1); in emitLineTablePrologueV5IncludeAndFileTable()
210 Section.emitIntVal( in emitLineTablePrologueV5IncludeAndFileTable()
279 Section.emitIntVal(P.LineBase, 1); in emitLineTableProloguePayload()
281 Section.emitIntVal(P.LineRange, 1); in emitLineTableProloguePayload()
283 Section.emitIntVal(P.OpcodeBase, 1); in emitLineTableProloguePayload()
[all …]
H A DDWARFLinkerCompileUnit.cpp534 OutLocationSection.emitIntVal(5, 2); in emitLocListHeader()
540 OutLocationSection.emitIntVal(0, 1); in emitLocListHeader()
543 OutLocationSection.emitIntVal(0, 4); in emitLocListHeader()
562 OutLocationSection.emitIntVal( in emitLocListFragment()
581 OutLocationSection.emitIntVal(0, in emitLocListFragment()
583 OutLocationSection.emitIntVal(0, in emitLocListFragment()
652 OutAddrSection.emitIntVal(5, 2); in emitDebugAddrSection()
658 OutAddrSection.emitIntVal(0, 1); in emitDebugAddrSection()
779 OutRangeSection.emitIntVal(5, 2); in emitRangeListHeader()
785 OutRangeSection.emitIntVal(0, 1); in emitRangeListHeader()
[all …]
H A DDWARFLinkerUnit.cpp147 OutDebugStrOffsetsSection.emitIntVal(5, 2); in emitDebugStringOffsetSection()
150 OutDebugStrOffsetsSection.emitIntVal(0, 2); in emitDebugStringOffsetSection()
180 OutSection.emitIntVal(0xBADDEF, in emitPubAcceleratorEntry()
184 OutSection.emitIntVal(dwarf::DW_PUBNAMES_VERSION, 2); // Version in emitPubAcceleratorEntry()
191 OutSection.emitIntVal(getUnitSize(), 4); // Size in emitPubAcceleratorEntry()
230 OutSection.emitIntVal(0, 4); // End marker. in emitPubAccelerators()
241 OutSection.emitIntVal(0, 4); // End marker. in emitPubAccelerators()
H A DOutputSections.h232 emitIntVal(Length, getFormParams().getDwarfOffsetByteSize()); in emitUnitLength()
239 emitIntVal(dwarf::DW_LENGTH_DWARF64, 4); in maybeEmitDwarf64Mark()
244 emitIntVal(Val, getFormParams().getDwarfOffsetByteSize()); in emitOffset()
248 void emitIntVal(uint64_t Val, unsigned Size);
257 emitIntVal(0, 1); in emitInplaceString()
H A DDWARFLinkerImpl.cpp848 Section.emitIntVal(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()
849 Section.emitIntVal(CIEOffset, 4); in emitFDE()
850 Section.emitIntVal(Address, AddrSize); in emitFDE()
H A DOutputSections.cpp140 void SectionDescriptor::emitIntVal(uint64_t Val, unsigned Size) { in emitIntVal() function in SectionDescriptor