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

Declarations

tools/lld/wasm/Symbols.h
   94   bool isLive() const;

References

tools/lld/wasm/InputFiles.cpp
  172     if ((isa<FunctionSymbol>(sym) || isa<DataSymbol>(sym)) && !sym->isLive())
tools/lld/wasm/MarkLive.cpp
   55   if (!sym || sym->isLive())
tools/lld/wasm/Writer.cpp
  486     if (!sym->isLive())
  518     if (!sym->isLive())
  553     if (sym->isUsedInRegularObj && sym->isLive())
  559       if (sym->isLocal() && !isa<SectionSymbol>(sym) && sym->isLive())
  861   if (!WasmSym::callCtors->isLive())
  888   if (!WasmSym::initTLS->isLive())
  933   if (!config->relocatable && !WasmSym::callCtors->isLive())
  943       assert(sym->isLive());