Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h928 class MergeSyntheticSection : public SyntheticSection {
934 MergeSyntheticSection(StringRef name, uint32_t type, uint64_t flags, in MergeSyntheticSection() function
939 class MergeTailSection final : public MergeSyntheticSection {
952 class MergeNoTailSection final : public MergeSyntheticSection {
956 : MergeSyntheticSection(name, type, flags, alignment) {} in MergeNoTailSection()
1198 MergeSyntheticSection *createMergeSynthetic(StringRef name, uint32_t type,
H A DOutputSections.cpp168 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections()
186 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections()
201 MergeSyntheticSection *syn = in finalizeInputSections()
H A DInputSection.h30 class MergeSyntheticSection; variable
H A DSyntheticSections.cpp3265 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection()
3274 : MergeSyntheticSection(name, type, flags, alignment), in MergeTailSection()
3360 MergeSyntheticSection *elf::createMergeSynthetic(StringRef name, uint32_t type, in createMergeSynthetic()