reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1209 Segment.Data.InitFlags = readVaruint32(Ctx); 1210 Segment.Data.MemoryIndex = (Segment.Data.InitFlags & wasm::WASM_SEGMENT_HAS_MEMINDEX) 1210 Segment.Data.MemoryIndex = (Segment.Data.InitFlags & wasm::WASM_SEGMENT_HAS_MEMINDEX) 1212 if ((Segment.Data.InitFlags & wasm::WASM_SEGMENT_IS_PASSIVE) == 0) { 1213 if (Error Err = readInitExpr(Segment.Data.Offset, Ctx)) 1216 Segment.Data.Offset.Opcode = wasm::WASM_OPCODE_I32_CONST; 1217 Segment.Data.Offset.Value.Int32 = 0; 1223 Segment.Data.Content = ArrayRef<uint8_t>(Ctx.Ptr, Size); 1226 Segment.Data.Alignment = 0; 1227 Segment.Data.LinkerFlags = 0; 1228 Segment.Data.Comdat = UINT32_MAX; 1229 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; 1231 DataSegments.push_back(Segment);