Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h943 class MergeNoTailSection final : public MergeSyntheticSection {
945 MergeNoTailSection(StringRef name, uint32_t type, uint64_t flags, in MergeNoTailSection() function
H A DOutputSections.cpp171 return make<MergeNoTailSection>(name, type, flags, alignment); in createMergeSynthetic()
H A DSyntheticSections.cpp56 constexpr size_t MergeNoTailSection::numShards;
3293 void MergeNoTailSection::writeTo(uint8_t *buf) { in writeTo()
3306 void MergeNoTailSection::finalizeContents() { in finalizeContents()