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

References

tools/lld/wasm/Symbols.cpp
  119     return g->global->live;
  130     g->global->live = true;
  281     return f->global->getGlobalIndex();
  294     return f->global->hasGlobalIndex();
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;