Home
last modified time | relevance | path

Searched refs:OutRangeSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp699 SectionDescriptor &OutRangeSection = in cloneAndEmitRangeList() local
761 OutRangeSection.apply( in cloneAndEmitRangeList()
771 if (OutRangeSection.getFormParams().Version < 5) in emitRangeListHeader()
775 OutRangeSection.emitUnitLength(0xBADDEF); in emitRangeListHeader()
779 OutRangeSection.emitIntVal(5, 2); in emitRangeListHeader()
782 OutRangeSection.emitIntVal(OutRangeSection.getFormParams().AddrSize, 1); in emitRangeListHeader()
785 OutRangeSection.emitIntVal(0, 1); in emitRangeListHeader()
788 OutRangeSection.emitIntVal(0, 4); in emitRangeListHeader()
795 if (OutRangeSection.getFormParams().Version < 5) { in emitRangeListFragment()
809 OutRangeSection.emitIntVal(0, OutRangeSection.getFormParams().AddrSize); in emitRangeListFragment()
[all …]
H A DDWARFLinkerCompileUnit.h636 uint64_t emitRangeListHeader(SectionDescriptor &OutRangeSection);
640 SectionDescriptor &OutRangeSection);