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.cpp175 static wasm::ValType parseValType(WasmObjectFile::ReadContext &Ctx, in parseValType() function
219 /* 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()