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

Declarations

tools/lld/COFF/Symbols.h
   81   bool isLive() const;

References

tools/lld/COFF/MinGW.cpp
  113   if (!sym || !sym->isLive() || !sym->getChunk())
tools/lld/COFF/PDB.cpp
 1295     if (def && def->isLive() && def->getChunk())
tools/lld/COFF/Writer.cpp
 1654         if (s->isLive())