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

References

tools/lld/ELF/InputSection.cpp
  790     if (sym.isUndefined())
  795     if (sym.isUndefined())
tools/lld/ELF/Relocations.cpp
  718       if (!s->isUndefined())
  849   if (!sym.isUndefined() || sym.isWeak())
tools/lld/ELF/Symbols.cpp
  295   return isUndefined() || isShared() || exportDynamic || inDynamicList;
  301   if (sym->isUndefined())
  324   if (sym->isUndefined() &&
  333   if (sym->isUndefined())
  408       (isUndefined() && other.binding != STB_WEAK && other.discardedSecIdx)) {
  491   if (isUndefined() || isShared()) {
  630   if (!isUndefined())
  647   if (visibility == STV_DEFAULT && (isUndefined() || isLazy())) {
tools/lld/ELF/Symbols.h
  166     return isWeak() && (isUndefined() || isLazy());
tools/lld/ELF/Writer.cpp
 1723     if (s && s->isUndefined()) {
 1773       if (sym->isUndefined() && !sym->isWeak())
 1791         if (file->isNeeded && !sym->isUndefined())