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

References

lib/Object/WasmObjectFile.cpp
  901     Im.Module = readString(Ctx);
  902     Im.Field = readString(Ctx);
  903     Im.Kind = readUint8(Ctx);
  904     switch (Im.Kind) {
  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);
  919       if (Im.Table.ElemType != wasm::WASM_TYPE_FUNCREF)
  925       Im.Event.Attribute = readVarint32(Ctx);
  926       Im.Event.SigIndex = readVarint32(Ctx);
  932     Imports.push_back(Im);