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

References

tools/lld/wasm/InputGlobal.h
   28   StringRef getName() const { return global.SymbolName; }
   29   const WasmGlobalType &getType() const { return global.Type; }
tools/lld/wasm/SyntheticSections.cpp
  269     writeGlobal(os, g->global);
tools/lld/wasm/Writer.cpp
  216     sp->global->global.InitExpr.Value.Int32 = memoryPtr;
  250       tlsSize->global->global.InitExpr.Value.Int32 = seg->size;
  253       tlsAlign->global->global.InitExpr.Value.Int32 = 1U << seg->alignment;