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.h1081 class MergeSyntheticSection : public SyntheticSection {
1087 MergeSyntheticSection(StringRef name, uint32_t type, uint64_t flags, in MergeSyntheticSection() function
1092 class MergeTailSection final : public MergeSyntheticSection {
1105 class MergeNoTailSection final : public MergeSyntheticSection {
1109 : MergeSyntheticSection(name, type, flags, addralign) {} in MergeNoTailSection()
H A DOutputSections.cpp184 static MergeSyntheticSection *createMergeSynthetic(StringRef name, in createMergeSynthetic()
201 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections()
219 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections()
234 MergeSyntheticSection *syn = in finalizeInputSections()
H A DSyntheticSections.cpp3852 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection()
3861 : MergeSyntheticSection(name, type, flags, alignment), in MergeTailSection()