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);
  357       writeUint8(OS, Import.GlobalImport.Mutable);
lib/ObjectYAML/WasmYAML.cpp
  386     IO.mapRequired("GlobalType", Import.GlobalImport.Type);
  387     IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable);
tools/obj2yaml/wasm2yaml.cpp
  222           Im.GlobalImport.Type = Import.Global.Type;
  223           Im.GlobalImport.Mutable = Import.Global.Mutable;