Searched refs:MergeSyntheticSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 928 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 D | OutputSections.cpp | 168 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections() 186 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections() 201 MergeSyntheticSection *syn = in finalizeInputSections()
|
| H A D | InputSection.h | 30 class MergeSyntheticSection; variable
|
| H A D | SyntheticSections.cpp | 3265 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()
|