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

References

lib/Object/WasmObjectFile.cpp
  991     Global.Index = NumImportedGlobals + Globals.size();
  992     Global.Type.Type = readUint8(Ctx);
  993     Global.Type.Mutable = readVaruint1(Ctx);
  994     if (Error Err = readInitExpr(Global.InitExpr, Ctx))
  996     Globals.push_back(Global);