Searched refs:MergeSyntheticSection (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | SyntheticSections.h | 884 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,
|
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()
|
D | InputSection.h | 30 class MergeSyntheticSection; variable
|
D | SyntheticSections.cpp | 3193 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()
|