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

Declarations

tools/lld/ELF/MarkLive.cpp
   62   void scanEhFrameSection(EhInputSection &eh, ArrayRef<RelTy> rels);

References

tools/lld/ELF/MarkLive.cpp
  252         scanEhFrameSection(*eh, eh->template relas<ELFT>());
  254         scanEhFrameSection(*eh, eh->template rels<ELFT>());