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

References

tools/lld/wasm/SymbolTable.cpp
  286   if (wasInserted || s->isLazy()) {
  336   if (wasInserted || s->isLazy()) {
  360   if (wasInserted || s->isLazy()) {
  384   if (wasInserted || s->isLazy()) {
tools/lld/wasm/Symbols.cpp
  348   if (sym->isLazy())
tools/lld/wasm/Symbols.h
   59   bool isDefined() const { return !isLazy() && !isUndefined(); }
   79     return isWeak() && (isUndefined() || isLazy());