Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h884 class MergeSyntheticSection : public SyntheticSection {
890 MergeSyntheticSection(StringRef name, uint32_t type, uint64_t flags, in MergeSyntheticSection() function
895 class MergeTailSection final : public MergeSyntheticSection {
908 class MergeNoTailSection final : public MergeSyntheticSection {
912 : MergeSyntheticSection(name, type, flags, alignment) {} in MergeNoTailSection()
1154 MergeSyntheticSection *createMergeSynthetic(StringRef name, uint32_t type,
DOutputSections.cpp168 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections()
186 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections()
201 MergeSyntheticSection *syn = in finalizeInputSections()
DInputSection.h30 class MergeSyntheticSection; variable
DSyntheticSections.cpp3193 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection()
3202 : MergeSyntheticSection(name, type, flags, alignment), in MergeTailSection()
3288 MergeSyntheticSection *elf::createMergeSynthetic(StringRef name, uint32_t type, in createMergeSynthetic()