Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1097 class MergeSyntheticSection : public SyntheticSection {
1103 MergeSyntheticSection(Ctx &ctx, StringRef name, uint32_t type, uint64_t flags, in MergeSyntheticSection() function
1108 class MergeTailSection final : public MergeSyntheticSection {
1121 class MergeNoTailSection final : public MergeSyntheticSection {
1125 : MergeSyntheticSection(ctx, name, type, flags, addralign) {} in MergeNoTailSection()
H A DOutputSections.cpp188 static MergeSyntheticSection *createMergeSynthetic(Ctx &ctx, StringRef name, in createMergeSynthetic()
206 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections()
224 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections()
239 MergeSyntheticSection *syn = createMergeSynthetic( in finalizeInputSections()
H A DSyntheticSections.cpp3943 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection()
3952 : MergeSyntheticSection(ctx, name, type, flags, alignment), in MergeTailSection()