Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp1064 uint32_t NumLocalDecls = readVaruint32(Ctx); in parseCodeSection() local
1065 Function.Locals.reserve(NumLocalDecls); in parseCodeSection()
1066 while (NumLocalDecls--) { in parseCodeSection()