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

References

tools/lld/wasm/Driver.cpp
  432   sym->isUsedInRegularObj = true;
  445   sym->isUsedInRegularObj = true;
  613     sym->isUsedInRegularObj = true;
  614     wrap->isUsedInRegularObj = true;
  615     real->isUsedInRegularObj = false;
tools/lld/wasm/LTO.cpp
  106     r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj ||
tools/lld/wasm/SymbolTable.cpp
  110   sym->isUsedInRegularObj = false;
  124     s->isUsedInRegularObj = true;
tools/lld/wasm/Symbols.h
  530   s2->isUsedInRegularObj = symCopy.isUsedInRegularObj;
  530   s2->isUsedInRegularObj = symCopy.isUsedInRegularObj;
tools/lld/wasm/Writer.cpp
  488     if (!sym->isUsedInRegularObj)
  553     if (sym->isUsedInRegularObj && sym->isLive())