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

Declarations

tools/lld/wasm/Symbols.h
   69   bool isWeak() const;

References

tools/lld/wasm/Relocations.cpp
   37   assert(!sym->isWeak());
  109       if (sym->isUndefined() && !config->relocatable && !sym->isWeak())
tools/lld/wasm/SymbolTable.cpp
  255   if (existing->isWeak()) {
  538   if (s->isWeak()) {
tools/lld/wasm/Symbols.h
   79     return isWeak() && (isUndefined() || isLazy());
tools/lld/wasm/Writer.cpp
  484     if (sym->isWeak() && !config->relocatable)