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

Declarations

tools/lld/ELF/Symbols.h
  146   bool includeInDynsym() const;

References

tools/lld/ELF/Driver.cpp
 1480     if (sym->includeInDynsym())
 1522   if (!isa<Defined>(sym) || !sym->includeInDynsym())
tools/lld/ELF/LTO.cpp
  189                             (r.Prevailing && sym->includeInDynsym()) ||
tools/lld/ELF/MarkLive.cpp
  221     if (sym->includeInDynsym() && sym->partition == partition)
tools/lld/ELF/Writer.cpp
 1646   if (!b.includeInDynsym())
 1788     if (sym->includeInDynsym()) {