Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp165 static MergeSyntheticSection *createMergeSynthetic(StringRef name, in createMergeSynthetic()
182 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections()
200 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections()
215 MergeSyntheticSection *syn = in finalizeInputSections()
H A DSyntheticSections.h919 class MergeSyntheticSection : public SyntheticSection {
925 MergeSyntheticSection(StringRef name, uint32_t type, uint64_t flags, in MergeSyntheticSection() function
930 class MergeTailSection final : public MergeSyntheticSection {
943 class MergeNoTailSection final : public MergeSyntheticSection {
947 : MergeSyntheticSection(name, type, flags, alignment) {} in MergeNoTailSection()
H A DSyntheticSections.cpp3257 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection()
3266 : MergeSyntheticSection(name, type, flags, alignment), in MergeTailSection()