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

References

lib/ObjectYAML/WasmEmitter.cpp
  357       writeUint8(OS, Import.GlobalImport.Mutable);
  428     writeUint8(OS, Global.Mutable);
lib/ObjectYAML/WasmYAML.cpp
  387     IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable);
  411   IO.mapRequired("Mutable", Global.Mutable);
tools/obj2yaml/wasm2yaml.cpp
  223           Im.GlobalImport.Mutable = Import.Global.Mutable;
  271         G.Mutable = Global.Type.Mutable;