Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1366 class PartitionProgramHeadersSection final : public SyntheticSection {
1368 PartitionProgramHeadersSection();
H A DSyntheticSections.cpp4420 PartitionProgramHeadersSection<ELFT>::PartitionProgramHeadersSection() in PartitionProgramHeadersSection() function in PartitionProgramHeadersSection
4424 size_t PartitionProgramHeadersSection<ELFT>::getSize() const { in getSize()
4429 void PartitionProgramHeadersSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()
4721 std::make_unique<PartitionProgramHeadersSection<ELFT>>(); in createSyntheticSections()