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

References

tools/lld/wasm/SyntheticSections.cpp
  284   for (const DefinedData *sym : dataAddressGlobals) {
tools/lld/wasm/SyntheticSections.h
  179     return inputGlobals.size() + dataAddressGlobals.size() +
tools/lld/wasm/Writer.cpp
  539       out.globalSec->dataAddressGlobals.push_back(d);