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

References

tools/lld/ELF/Driver.cpp
 1437     if (!s || s->getFile().isNeeded)
tools/lld/ELF/MarkLive.cpp
  114       ss->getFile().isNeeded = true;
  330           s->getFile().isNeeded = true;
tools/lld/ELF/Relocations.cpp
  462   const SharedFile &file = ss.getFile();
  481   SharedFile &file = ss.getFile();