Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1108 class MergeTailSection final : public MergeSyntheticSection {
1110 MergeTailSection(Ctx &ctx, StringRef name, uint32_t type, uint64_t flags,
H A DSyntheticSections.cpp3950 MergeTailSection::MergeTailSection(Ctx &ctx, StringRef name, uint32_t type, in MergeTailSection() function in MergeTailSection
3955 size_t MergeTailSection::getSize() const { return builder.getSize(); } in getSize()
3957 void MergeTailSection::writeTo(uint8_t *buf) { builder.write(buf); } in writeTo()
3959 void MergeTailSection::finalizeContents() { in finalizeContents()
H A DOutputSections.cpp193 return make<MergeTailSection>(ctx, name, type, flags, addralign); in createMergeSynthetic()