Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1417 auto GlobalOpcode = readVaruint32(Ctx); in parseGlobalSection() local
1418 Global.Type.Type = (uint8_t)parseValType(Ctx, GlobalOpcode); in parseGlobalSection()