Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1373 class PartitionIndexSection final : public SyntheticSection {
1375 PartitionIndexSection();
H A DSyntheticSections.cpp4433 PartitionIndexSection::PartitionIndexSection() in PartitionIndexSection() function in PartitionIndexSection
4436 size_t PartitionIndexSection::getSize() const { in getSize()
4440 void PartitionIndexSection::finalizeContents() { in finalizeContents()
4445 void PartitionIndexSection::writeTo(uint8_t *buf) { in writeTo()
4822 in.partIndex = std::make_unique<PartitionIndexSection>(); in createSyntheticSections()