Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1403 class PartitionIndexSection final : public SyntheticSection {
1405 PartitionIndexSection(Ctx &);
H A DSyntheticSections.cpp4534 PartitionIndexSection::PartitionIndexSection(Ctx &ctx) in PartitionIndexSection() function in PartitionIndexSection
4537 size_t PartitionIndexSection::getSize() const { in getSize()
4541 void PartitionIndexSection::finalizeContents() { in finalizeContents()
4547 void PartitionIndexSection::writeTo(uint8_t *buf) { in writeTo()
4893 ctx.in.partIndex = std::make_unique<PartitionIndexSection>(ctx); in createSyntheticSections()