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

References

tools/lld/wasm/InputFiles.cpp
  341     globals.emplace_back(make<InputGlobal>(g, this));
  417         globals[sym.Info.ElementIndex - wasmObj->getNumImportedGlobals()];
tools/lld/wasm/MarkLive.cpp
  154       for (InputGlobal *g : obj->globals)
tools/lld/wasm/Writer.cpp
  624     for (InputGlobal *global : file->globals)