Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp72 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8() function
164 return readUint8(Ctx); in readOpcode()
219 TableType.ElemType = readUint8(Ctx); in readTableType()
227 Section.Type = readUint8(Ctx); in readSection()
368 uint8_t Type = readUint8(Ctx); in parseNameSection()
447 uint8_t Type = readUint8(Ctx); in parseLinkingSection()
534 Info.Kind = readUint8(Ctx); in parseLinkingSectionSymtab()
822 Feature.Prefix = readUint8(Ctx); in parseTargetFeaturesSection()
1010 uint8_t Form = readUint8(Ctx); in parseTypeSection()
1018 uint32_t ParamType = readUint8(Ctx); in parseTypeSection()
[all …]