Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h1194 class PartitionIndexSection final : public SyntheticSection {
1196 PartitionIndexSection();
H A DSyntheticSections.cpp3784 PartitionIndexSection::PartitionIndexSection() in PartitionIndexSection() function in PartitionIndexSection
3787 size_t PartitionIndexSection::getSize() const { in getSize()
3791 void PartitionIndexSection::finalizeContents() { in finalizeContents()
3796 void PartitionIndexSection::writeTo(uint8_t *buf) { in writeTo()
H A DWriter.cpp425 in.partIndex = std::make_unique<PartitionIndexSection>(); in createSyntheticSections()