Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h1144 class PartitionIndexSection : public SyntheticSection {
1146 PartitionIndexSection();
DSyntheticSections.cpp3757 PartitionIndexSection::PartitionIndexSection() in PartitionIndexSection() function in PartitionIndexSection
3760 size_t PartitionIndexSection::getSize() const { in getSize()
3764 void PartitionIndexSection::finalizeContents() { in finalizeContents()
3769 void PartitionIndexSection::writeTo(uint8_t *buf) { in writeTo()
DWriter.cpp489 in.partIndex = make<PartitionIndexSection>(); in createSyntheticSections()