Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DWriter.cpp489 in.partIndex = make<PartitionIndexSection>(); in createSyntheticSections()
490 addOptionalRegular("__part_index_begin", in.partIndex, 0); in createSyntheticSections()
491 addOptionalRegular("__part_index_end", in.partIndex, in createSyntheticSections()
492 in.partIndex->getSize()); in createSyntheticSections()
493 add(in.partIndex); in createSyntheticSections()
2178 finalizeSynthetic(in.partIndex); in finalizeSections()
DSyntheticSections.h1257 SyntheticSection *partIndex; member