Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.h952 class MergeNoTailSection final : public MergeSyntheticSection {
954 MergeNoTailSection(StringRef name, uint32_t type, uint64_t flags, in MergeNoTailSection() function
DSyntheticSections.cpp56 constexpr size_t MergeNoTailSection::numShards;
3301 void MergeNoTailSection::writeTo(uint8_t *buf) { in writeTo()
3314 void MergeNoTailSection::finalizeContents() { in finalizeContents()
3366 return make<MergeNoTailSection>(name, type, flags, alignment); in createMergeSynthetic()