Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp173 static MergeSyntheticSection *createMergeSynthetic(StringRef name, in createMergeSynthetic()
190 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections()
208 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections()
223 MergeSyntheticSection *syn = in finalizeInputSections()
H A DSyntheticSections.h943 class MergeSyntheticSection : public SyntheticSection {
949 MergeSyntheticSection(StringRef name, uint32_t type, uint64_t flags, in MergeSyntheticSection() function
954 class MergeTailSection final : public MergeSyntheticSection {
967 class MergeNoTailSection final : public MergeSyntheticSection {
971 : MergeSyntheticSection(name, type, flags, addralign) {} in MergeNoTailSection()
H A DSyntheticSections.cpp3240 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection()
3249 : MergeSyntheticSection(name, type, flags, alignment), in MergeTailSection()