reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
289 Ctx.Start = Sec.Content.data(); 290 Ctx.End = Ctx.Start + Sec.Content.size(); 290 Ctx.End = Ctx.Start + Sec.Content.size(); 291 Ctx.Ptr = Ctx.Start; 291 Ctx.Ptr = Ctx.Start; 294 return parseCustomSection(Sec, Ctx); 296 return parseTypeSection(Ctx); 298 return parseImportSection(Ctx); 300 return parseFunctionSection(Ctx); 302 return parseTableSection(Ctx); 304 return parseMemorySection(Ctx); 306 return parseGlobalSection(Ctx); 308 return parseEventSection(Ctx); 310 return parseExportSection(Ctx); 312 return parseStartSection(Ctx); 314 return parseElemSection(Ctx); 316 return parseCodeSection(Ctx); 318 return parseDataSection(Ctx); 320 return parseDataCountSection(Ctx);