Searched refs:parseValType (Results 1 – 1 of 1) sorted by relevance
175 static wasm::ValType parseValType(WasmObjectFile::ReadContext &Ctx, in parseValType() function219 /* Discard type */ parseValType(Ctx, readVaruint32(Ctx)); in readInitExpr()305 auto ElemType = parseValType(Ctx, readVaruint32(Ctx)); in readTableType()1196 /* Discard StorageType */ parseValType(Ctx, TypeCode); in parseTypeSection()1254 Sig.Params.push_back(parseValType(Ctx, ParamType)); in parseTypeSection()1259 Sig.Returns.push_back(parseValType(Ctx, ReturnType)); in parseTypeSection()1426 Global.Type.Type = (uint8_t)parseValType(Ctx, GlobalOpcode); in parseGlobalSection()1707 Segment.ElemKind = parseValType(Ctx, ElemKind); in parseElemSection()1722 auto ElemType = parseValType(Ctx, readVaruint32(Ctx)); in parseElemSection()