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

References

tools/lld/wasm/Relocations.cpp
   53     out.globalSec->addStaticGOTEntry(sym);
tools/lld/wasm/Writer.cpp
  341   addSection(out.globalSec);
  513       out.importSec->getNumImportedGlobals() + out.globalSec->numGlobals();
  539       out.globalSec->dataAddressGlobals.push_back(d);
  620     out.globalSec->addGlobal(global);
  625       out.globalSec->addGlobal(global);
  634   out.globalSec->assignIndexes();
  966   out.globalSec = make<GlobalSection>();
 1045     log("Defined Globals  : " + Twine(out.globalSec->numGlobals()));