Home
last modified time | relevance | path

Searched refs:parseValType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp178 static wasm::ValType parseValType(WasmObjectFile::ReadContext &Ctx, in parseValType() function
222 /* Discard type */ parseValType(Ctx, readVaruint32(Ctx)); in readInitExpr()
302 auto ElemType = parseValType(Ctx, readVaruint32(Ctx)); in readTableType()
1187 /* Discard StorageType */ parseValType(Ctx, TypeCode); in parseTypeSection()
1245 Sig.Params.push_back(parseValType(Ctx, ParamType)); in parseTypeSection()
1251 Sig.Returns.push_back(parseValType(Ctx, ReturnType)); in parseTypeSection()
1418 Global.Type.Type = (uint8_t)parseValType(Ctx, GlobalOpcode); in parseGlobalSection()
1686 Segment.ElemKind = parseValType(Ctx, ElemKind); in parseElemSection()
1701 auto ElemType = parseValType(Ctx, readVaruint32(Ctx)); in parseElemSection()