Searched refs:NumLocalDecls (Results 1 – 1 of 1) sorted by relevance
1414 uint32_t NumLocalDecls = readVaruint32(Ctx); in parseCodeSection() local1415 Function.Locals.reserve(NumLocalDecls); in parseCodeSection()1416 while (NumLocalDecls--) { in parseCodeSection()