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

References

tools/lld/ELF/LinkerScript.cpp
  153   if (b && !b->isDefined())
tools/lld/ELF/Relocations.cpp
  707       if (s->isLocal() && s->isDefined())
 1133       if (!sym.isDefined())
tools/lld/ELF/SymbolTable.cpp
  123       if (!sym->isDefined() && !sym->isCommon())
  135     if (b->isDefined() || b->isCommon())
  152     if ((sym->isDefined() || sym->isCommon()) && m.match(sym->getName()))
tools/lld/ELF/Symbols.cpp
  218   if (!isDefined())
  520   assert(other->isDefined() || other->isCommon());
  522   if (!isDefined() && !isCommon())
tools/lld/ELF/Symbols.h
  293   static bool classof(const Symbol *s) { return s->isDefined(); }
tools/lld/ELF/SyntheticSections.cpp
 1433       if (b->isDefined())
 1436       if (b->isDefined())
 2184         if (sym->isDefined() &&
 2369         return !s.sym->isDefined() || s.sym->partition != partition;
tools/lld/ELF/Writer.cpp
  202   if (!s || s->isDefined())
  256     if (s->isDefined()) {
 1655   if (!b.isDefined())