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

References

lib/Object/WasmObjectFile.cpp
  897   uint32_t Count = readVaruint32(Ctx);
  901     Im.Module = readString(Ctx);
  902     Im.Field = readString(Ctx);
  903     Im.Kind = readUint8(Ctx);
  907       Im.SigIndex = readVaruint32(Ctx);
  911       Im.Global.Type = readUint8(Ctx);
  912       Im.Global.Mutable = readVaruint1(Ctx);
  915       Im.Memory = readLimits(Ctx);
  918       Im.Table = readTable(Ctx);
  925       Im.Event.Attribute = readVarint32(Ctx);
  926       Im.Event.SigIndex = readVarint32(Ctx);
  934   if (Ctx.Ptr != Ctx.End)
  934   if (Ctx.Ptr != Ctx.End)