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

References

lib/Object/WasmObjectFile.cpp
 1209     Segment.Data.InitFlags = readVaruint32(Ctx);
 1210     Segment.Data.MemoryIndex = (Segment.Data.InitFlags & wasm::WASM_SEGMENT_HAS_MEMINDEX)
 1212     if ((Segment.Data.InitFlags & wasm::WASM_SEGMENT_IS_PASSIVE) == 0) {
tools/obj2yaml/wasm2yaml.cpp
  344         Seg.InitFlags = Segment.Data.InitFlags;