Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h1182 class PartitionIndexSection : public SyntheticSection {
1184 PartitionIndexSection();
H A DSyntheticSections.cpp3805 PartitionIndexSection::PartitionIndexSection() in PartitionIndexSection() function in PartitionIndexSection
3808 size_t PartitionIndexSection::getSize() const { in getSize()
3812 void PartitionIndexSection::finalizeContents() { in finalizeContents()
3817 void PartitionIndexSection::writeTo(uint8_t *buf) { in writeTo()
H A DWriter.cpp444 in.partIndex = std::make_unique<PartitionIndexSection>(); in createSyntheticSections()