Lines Matching refs:readUint8
83 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8() function
175 return readUint8(Ctx); in readOpcode()
310 Section.Type = readUint8(Ctx); in readSection()
456 uint8_t Type = readUint8(Ctx); in parseDylink0Section()
522 uint8_t Type = readUint8(Ctx); in parseNameSection()
631 uint8_t Type = readUint8(Ctx); in parseLinkingSection()
719 Info.Kind = readUint8(Ctx); in parseLinkingSectionSymtab()
999 Feature.Prefix = readUint8(Ctx); in parseTargetFeaturesSection()
1195 uint8_t Form = readUint8(Ctx); in parseTypeSection()
1244 uint32_t ParamType = readUint8(Ctx); in parseTypeSection()
1250 uint32_t ReturnType = readUint8(Ctx); in parseTypeSection()
1270 Im.Kind = readUint8(Ctx); in parseImportSection()
1281 Im.Global.Type = readUint8(Ctx); in parseImportSection()
1303 if (readUint8(Ctx) != 0) // Reserved 'attribute' field in parseImportSection()
1387 if (readUint8(Ctx) != 0) // Reserved 'attribute' field in parseTagSection()
1438 Ex.Kind = readUint8(Ctx); in parseExportSection()
1617 Decl.Type = readUint8(Ctx); in parseCodeSection()