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

References

lib/ObjectYAML/WasmEmitter.cpp
  356       writeUint8(OS, Import.GlobalImport.Type);
  427     writeUint8(OS, Global.Type);
lib/ObjectYAML/WasmYAML.cpp
  386     IO.mapRequired("GlobalType", Import.GlobalImport.Type);
  410   IO.mapRequired("Type", Global.Type);
tools/obj2yaml/wasm2yaml.cpp
  222           Im.GlobalImport.Type = Import.Global.Type;
  270         G.Type = Global.Type.Type;