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 DSyntheticSections.cpp4478 partIndex.reset(); in reset()
4822 in.partIndex = std::make_unique<PartitionIndexSection>(); in createSyntheticSections()
4823 addOptionalRegular("__part_index_begin", in.partIndex.get(), 0); in createSyntheticSections()
4824 addOptionalRegular("__part_index_end", in.partIndex.get(), in createSyntheticSections()
4825 in.partIndex->getSize()); in createSyntheticSections()
4826 add(*in.partIndex); in createSyntheticSections()
H A DSyntheticSections.h1502 std::unique_ptr<SyntheticSection> partIndex; member
H A DWriter.cpp1976 finalizeSynthetic(in.partIndex.get()); in finalizeSections()