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

References

tools/lld/wasm/SyntheticSections.cpp
  272     global.Type = {WASM_TYPE_I32, false};
  273     global.InitExpr.Opcode = WASM_OPCODE_I32_CONST;
  275       global.InitExpr.Value.Int32 = d->getVirtualAddress();
  277       global.InitExpr.Value.Int32 = f->getTableIndex();
  280       global.InitExpr.Value.Int32 = 0;
  282     writeGlobal(os, global);