Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp83 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()
[all …]