Searched refs:MergeTailSection (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 1108 class MergeTailSection final : public MergeSyntheticSection { 1110 MergeTailSection(Ctx &ctx, StringRef name, uint32_t type, uint64_t flags,
|
| H A D | SyntheticSections.cpp | 3950 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 D | OutputSections.cpp | 193 return make<MergeTailSection>(ctx, name, type, flags, addralign); in createMergeSynthetic()
|