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

References

tools/lld/ELF/MarkLive.cpp
  113     if (!ss->isWeak())
  329         if (s->isUsedInRegularObj && !s->isWeak())
tools/lld/ELF/Relocations.cpp
  849   if (!sym.isUndefined() || sym.isWeak())
tools/lld/ELF/Symbols.cpp
  481     if (backref && !isWeak())
  528   if (other->isWeak())
  531   if (isWeak())
  635   if (isWeak()) {
tools/lld/ELF/Symbols.h
  166     return isWeak() && (isUndefined() || isLazy());
tools/lld/ELF/Writer.cpp
 1773       if (sym->isUndefined() && !sym->isWeak())