Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp921 uint32_t NumLocalDecls = readVaruint32(Ctx); in parseCodeSection() local
922 Function.Locals.reserve(NumLocalDecls); in parseCodeSection()
923 while (NumLocalDecls--) { in parseCodeSection()