Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp696 SectionDescriptor &OutRangeSection = in cloneAndEmitRangeList() local
701 uint64_t OffsetAfterUnitLength = emitRangeListHeader(OutRangeSection); in cloneAndEmitRangeList()
740 OutRangeSection.OS.tell()); in cloneAndEmitRangeList()
741 emitRangeListFragment(LinkedRanges, OutRangeSection); in cloneAndEmitRangeList()
750 OutRangeSection.OS.tell()); in cloneAndEmitRangeList()
751 emitRangeListFragment(LinkedFunctionRanges, OutRangeSection); in cloneAndEmitRangeList()
756 OutRangeSection.getFormParams().getDwarfOffsetByteSize() < in cloneAndEmitRangeList()
758 OutRangeSection.apply( in cloneAndEmitRangeList()
760 OutRangeSection.getFormParams().getDwarfOffsetByteSize(), in cloneAndEmitRangeList()
762 OutRangeSection.OS.tell() - OffsetAfterUnitLength); in cloneAndEmitRangeList()
[all …]
H A DDWARFLinkerCompileUnit.h636 uint64_t emitRangeListHeader(SectionDescriptor &OutRangeSection);
640 SectionDescriptor &OutRangeSection);