reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lld/ELF/SyntheticSections.h
  849 class MergeTailSection final : public MergeSyntheticSection {
  862 class MergeNoTailSection final : public MergeSyntheticSection {

Declarations

tools/lld/ELF/InputSection.h
   30 class MergeSyntheticSection;

References

tools/lld/ELF/OutputSections.cpp
  163   std::vector<MergeSyntheticSection *> mergeSections;
  196         MergeSyntheticSection *syn =
  214   for (auto *ms : mergeSections)
tools/lld/ELF/SyntheticSections.cpp
 3125 MergeSyntheticSection *createMergeSynthetic(StringRef name, uint32_t type,
tools/lld/ELF/SyntheticSections.h
  849 class MergeTailSection final : public MergeSyntheticSection {
  862 class MergeNoTailSection final : public MergeSyntheticSection {
 1102 MergeSyntheticSection *createMergeSynthetic(StringRef name, uint32_t type,