reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.h59 bool isDefined() const { return !isLazy() && !isUndefined(); } 79 return isWeak() && (isUndefined() || isLazy());