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

References

tools/lld/wasm/SyntheticSections.cpp
  286     global.Type = {WASM_TYPE_I32, false};
  287     global.InitExpr.Opcode = WASM_OPCODE_I32_CONST;
  288     global.InitExpr.Value.Int32 = sym->getVirtualAddress();
  289     writeGlobal(os, global);