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.h1396 class PartitionProgramHeadersSection final : public SyntheticSection {
1398 PartitionProgramHeadersSection(Ctx &);
H A DSyntheticSections.cpp4521 PartitionProgramHeadersSection<ELFT>::PartitionProgramHeadersSection(Ctx &ctx) in PartitionProgramHeadersSection() function in PartitionProgramHeadersSection
4525 size_t PartitionProgramHeadersSection<ELFT>::getSize() const { in getSize()
4530 void PartitionProgramHeadersSection<ELFT>::writeTo(uint8_t *buf) { in writeTo()
4792 std::make_unique<PartitionProgramHeadersSection<ELFT>>(ctx); in createSyntheticSections()