Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1231 class PartitionIndexSection final : public SyntheticSection {
1233 PartitionIndexSection();
H A DSyntheticSections.cpp3813 PartitionIndexSection::PartitionIndexSection() in PartitionIndexSection() function in PartitionIndexSection
3816 size_t PartitionIndexSection::getSize() const { in getSize()
3820 void PartitionIndexSection::finalizeContents() { in finalizeContents()
3825 void PartitionIndexSection::writeTo(uint8_t *buf) { in writeTo()
H A DWriter.cpp490 in.partIndex = std::make_unique<PartitionIndexSection>(); in createSyntheticSections()