Home
last modified time | relevance | path

Searched refs:partIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h589 std::unique_ptr<SyntheticSection> partIndex; member
H A DSyntheticSections.cpp4893 ctx.in.partIndex = std::make_unique<PartitionIndexSection>(ctx); in createSyntheticSections()
4894 addOptionalRegular(ctx, "__part_index_begin", ctx.in.partIndex.get(), 0); in createSyntheticSections()
4895 addOptionalRegular(ctx, "__part_index_end", ctx.in.partIndex.get(), in createSyntheticSections()
4896 ctx.in.partIndex->getSize()); in createSyntheticSections()
4897 add(*ctx.in.partIndex); in createSyntheticSections()
H A DWriter.cpp2095 finalizeSynthetic(ctx, ctx.in.partIndex.get()); in finalizeSections()