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

References

tools/lld/ELF/MarkLive.cpp
  247       eh->markLive();
  248       if (!eh->numRelocations)
  251       if (eh->areRelocsRela)
  252         scanEhFrameSection(*eh, eh->template relas<ELFT>());
  252         scanEhFrameSection(*eh, eh->template relas<ELFT>());
  254         scanEhFrameSection(*eh, eh->template rels<ELFT>());
  254         scanEhFrameSection(*eh, eh->template rels<ELFT>());