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

Derived Classes

tools/lld/ELF/SyntheticSections.cpp
 3639 template class RelrSection<ELF32LE>;
 3640 template class RelrSection<ELF32BE>;
 3641 template class RelrSection<ELF64LE>;
 3642 template class RelrSection<ELF64BE>;
tools/lld/ELF/SyntheticSections.h
  558 template <class ELFT> class RelrSection final : public RelrBaseSection {

References

tools/lld/ELF/SyntheticSections.h
  558 template <class ELFT> class RelrSection final : public RelrBaseSection {
 1133   RelrBaseSection *relrDyn;