Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h819 class MergeSyntheticSection : public SyntheticSection {
825 MergeSyntheticSection(StringRef Name, uint32_t Type, uint64_t Flags, in MergeSyntheticSection() function
830 class MergeTailSection final : public MergeSyntheticSection {
843 class MergeNoTailSection final : public MergeSyntheticSection {
847 : MergeSyntheticSection(Name, Type, Flags, Alignment) {} in MergeNoTailSection()
H A DInputSection.h30 class MergeSyntheticSection; variable
H A DSyntheticSections.cpp2872 void MergeSyntheticSection::addSection(MergeInputSection *MS) { in addSection()
2879 : MergeSyntheticSection(Name, Type, Flags, Alignment), in MergeTailSection()
2963 static MergeSyntheticSection *createMergeSynthetic(StringRef Name, in createMergeSynthetic()
2992 std::vector<MergeSyntheticSection *> MergeSections; in mergeSections()
3008 auto I = llvm::find_if(MergeSections, [=](MergeSyntheticSection *Sec) { in mergeSections()
3021 MergeSyntheticSection *Syn = in mergeSections()