Searched refs:MergeSyntheticSection (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.h | 819 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 D | InputSection.h | 30 class MergeSyntheticSection; variable
|
| H A D | SyntheticSections.cpp | 2872 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()
|