Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h908 class MergeNoTailSection final : public MergeSyntheticSection {
910 MergeNoTailSection(StringRef name, uint32_t type, uint64_t flags, in MergeNoTailSection() function
DSyntheticSections.cpp56 constexpr size_t MergeNoTailSection::numShards;
3229 void MergeNoTailSection::writeTo(uint8_t *buf) { in writeTo()
3242 void MergeNoTailSection::finalizeContents() { in finalizeContents()
3294 return make<MergeNoTailSection>(name, type, flags, alignment); in createMergeSynthetic()