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

References

tools/lld/wasm/Relocations.cpp
   36   assert(sym->isUndefined());
  109       if (sym->isUndefined() && !config->relocatable && !sym->isWeak())
tools/lld/wasm/SymbolTable.cpp
  532   if (!s->isUndefined())
tools/lld/wasm/Symbols.cpp
  344   if (sym->isUndefined())
tools/lld/wasm/Symbols.h
   59   bool isDefined() const { return !isLazy() && !isUndefined(); }
   79     return isWeak() && (isUndefined() || isLazy());
tools/lld/wasm/SyntheticSections.cpp
  392       assert(sym->isDefined() || sym->isUndefined());
tools/lld/wasm/Writer.cpp
  482     if (!sym->isUndefined())