Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h939 class MergeTailSection final : public MergeSyntheticSection {
941 MergeTailSection(StringRef name, uint32_t type, uint64_t flags,
H A DSyntheticSections.cpp3272 MergeTailSection::MergeTailSection(StringRef name, uint32_t type, in MergeTailSection() function in MergeTailSection
3277 size_t MergeTailSection::getSize() const { return builder.getSize(); } in getSize()
3279 void MergeTailSection::writeTo(uint8_t *buf) { builder.write(buf); } in writeTo()
3281 void MergeTailSection::finalizeContents() { in finalizeContents()
3365 return make<MergeTailSection>(name, type, flags, alignment); in createMergeSynthetic()