reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1369 if (sym->isLazy()) 1398 if (!sym || !sym->isLazy())tools/lld/ELF/Symbols.cpp
303 else if (sym->isLazy()) 416 if (isLazy()) { 647 if (visibility == STV_DEFAULT && (isUndefined() || isLazy())) {tools/lld/ELF/Symbols.h
166 return isWeak() && (isUndefined() || isLazy()); 529 if (symbolKind != PlaceholderKind && !isLazy() && !newSym.isLazy() && 529 if (symbolKind != PlaceholderKind && !isLazy() && !newSym.isLazy() &&tools/lld/ELF/Writer.cpp
1242 if (!sym->isLazy())