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

References

lib/ObjectYAML/WasmEmitter.cpp
  495       encodeULEB128(Segment.MemoryIndex, OS);
lib/ObjectYAML/WasmYAML.cpp
  444     IO.mapRequired("MemoryIndex", Segment.MemoryIndex);
  446     Segment.MemoryIndex = 0;
tools/obj2yaml/wasm2yaml.cpp
  345         Seg.MemoryIndex = Segment.Data.MemoryIndex;