Searched refs:MergeSyntheticSection (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 1097 class MergeSyntheticSection : public SyntheticSection { 1103 MergeSyntheticSection(Ctx &ctx, StringRef name, uint32_t type, uint64_t flags, in MergeSyntheticSection() function 1108 class MergeTailSection final : public MergeSyntheticSection { 1121 class MergeNoTailSection final : public MergeSyntheticSection { 1125 : MergeSyntheticSection(ctx, name, type, flags, addralign) {} in MergeNoTailSection()
|
| H A D | OutputSections.cpp | 188 static MergeSyntheticSection *createMergeSynthetic(Ctx &ctx, StringRef name, in createMergeSynthetic() 206 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections() 224 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections() 239 MergeSyntheticSection *syn = createMergeSynthetic( in finalizeInputSections()
|
| H A D | SyntheticSections.cpp | 3943 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() 3952 : MergeSyntheticSection(ctx, name, type, flags, alignment), in MergeTailSection()
|